File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
99 < title > webmmd</ title >
1010 < meta name ="theme-color " content ="#0b1118 ">
11- < link rel ="manifest " href ="./manifest.webmanifest ">
12- < link rel ="icon " href ="./icons/icon-192.svg " type ="image/svg+xml ">
11+ < link rel ="icon " href ="/webmmd/icons/icon-192.svg " type ="image/svg+xml ">
1312</ head >
1413
1514< body >
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ export default defineConfig({
2626 lang : "ja" ,
2727 icons : [
2828 {
29- src : "./ icons/icon-192.svg" ,
29+ src : "icons/icon-192.svg" ,
3030 sizes : "192x192" ,
3131 type : "image/svg+xml" ,
3232 purpose : "any maskable"
3333 } ,
3434 {
35- src : "./ icons/icon-512.svg" ,
35+ src : "icons/icon-512.svg" ,
3636 sizes : "512x512" ,
3737 type : "image/svg+xml" ,
3838 purpose : "any maskable"
You can’t perform that action at this time.
0 commit comments