wdi logo fav in google test
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -47,6 +47,7 @@ public/
|
||||
# BUT allow the folder and sitemap.xml inside it
|
||||
!public/
|
||||
!public/sitemap.xml
|
||||
!public/wdi-logo.ico
|
||||
|
||||
# Storybook
|
||||
storybook-static
|
||||
|
||||
@@ -134,13 +134,13 @@
|
||||
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" href="/src/images/wdi-logo.ico" type="image/png" />
|
||||
<link rel="icon" href="/public/wdi-logo.ico" type="image/png" />
|
||||
|
||||
<!-- Apple Touch Icon -->
|
||||
<link rel="apple-touch-icon" href="/src/images/wdi-logo.ico" />
|
||||
<link rel="apple-touch-icon" href="/public/wdi-logo.ico" />
|
||||
|
||||
<!-- Android -->
|
||||
<link rel="icon" sizes="192x192" href="/src/images/wdi-logo.ico" />
|
||||
<link rel="icon" sizes="192x192" href="/public/wdi-logo.ico" />
|
||||
|
||||
<!-- Optional: Web App Manifest -->
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
|
||||
BIN
public/wdi-logo.ico
Normal file
BIN
public/wdi-logo.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
Reference in New Issue
Block a user