Add assets in public dir
BIN
public/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
public/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 434 B |
BIN
public/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 767 B |
BIN
public/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/logo.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/logo192.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
public/logo512.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
25
public/manifest.json
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"short_name": "ezProfile",
|
||||||
|
"name": "Personal Portfolio",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "favicon.ico",
|
||||||
|
"sizes": "64x64 32x32 24x24 16x16",
|
||||||
|
"type": "image/x-icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "logo192.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "192x192"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "logo512.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "512x512"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"start_url": ".",
|
||||||
|
"display": "standalone",
|
||||||
|
"theme_color": "#7a44ee",
|
||||||
|
"background_color": "#ffffff"
|
||||||
|
}
|
||||||
3
public/robots.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# https://www.robotstxt.org/robotstxt.html
|
||||||
|
User-agent: *
|
||||||
|
Disallow:
|
||||||