Skip to content

Commit 6942402

Browse files
committed
1 parent b007bac commit 6942402

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ const config = {
7373
pwaHead: [{
7474
tagName: "link",
7575
rel: "icon",
76-
href: "/img/favicon.png",
76+
href: "img/favicon.png",
7777
},
7878
{
7979
tagName: "link",
8080
rel: "manifest",
81-
href: "/manifest.json", // your PWA manifest
81+
href: "manifest.json", // your PWA manifest
8282
},
8383
{
8484
tagName: "meta",

static/manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
"theme_color": "#2196f3",
33
"background_color": "#424242",
44
"display": "standalone",
5-
"scope": "/",
6-
"start_url": "/",
5+
"scope": "/docs/",
6+
"start_url": "/docs/",
77
"name": "Fiber",
88
"short_name": "Fiber",
99
"description": "An online API documentation with examples so you can start building web apps with Fiber right away!",
1010
"icons": [
1111
{
12-
"src": "/img/icons/icon-192x192.png",
12+
"src": "img/icons/icon-192x192.png",
1313
"sizes": "192x192",
1414
"type": "image/png"
1515
},
1616
{
17-
"src": "/img/icons/icon-256x256.png",
17+
"src": "img/icons/icon-256x256.png",
1818
"sizes": "256x256",
1919
"type": "image/png"
2020
},
2121
{
22-
"src": "/img/icons/icon-384x384.png",
22+
"src": "img/icons/icon-384x384.png",
2323
"sizes": "384x384",
2424
"type": "image/png"
2525
},
2626
{
27-
"src": "/img/icons/icon-512x512.png",
27+
"src": "img/icons/icon-512x512.png",
2828
"sizes": "512x512",
2929
"type": "image/png"
3030
}

0 commit comments

Comments
 (0)