File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727 < title > Meshviewer - loading...</ title >
2828
29- < link rel ="icon " href ="/favicon.ico " />
30- < link rel ="apple-touch-icon " href ="/apple-touch-icon-180x180.png " sizes ="180x180 " />
31- < link rel ="mask-icon " href ="/mask-icon.svg " color ="#FFFFFF " />
29+ < link rel ="icon " href =". /favicon.ico " />
30+ < link rel ="apple-touch-icon " href =". /apple-touch-icon-180x180.png " sizes ="180x180 " />
31+ < link rel ="mask-icon " href =". /mask-icon.svg " color ="#FFFFFF " />
3232 < meta name ="theme-color " content ="#ffffff " />
3333
3434 < script src ="lib/index.ts " type ="module "> </ script >
Original file line number Diff line number Diff line change 55 < title > Meshviewer Loading</ title >
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0, user-scalable=no " />
77
8- < link rel ="icon " href ="/favicon.ico " />
9- < link rel ="apple-touch-icon " href ="/apple-touch-icon-180x180.png " sizes ="180x180 " />
10- < link rel ="mask-icon " href ="/mask-icon.svg " color ="#FFFFFF " />
8+ < link rel ="icon " href =". /favicon.ico " />
9+ < link rel ="apple-touch-icon " href =". /apple-touch-icon-180x180.png " sizes ="180x180 " />
10+ < link rel ="mask-icon " href =". /mask-icon.svg " color ="#FFFFFF " />
1111 < meta name ="theme-color " content ="#ffffff " />
1212
1313 < script src ="lib/offline.ts " type ="module "> </ script >
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { defineConfig } from "vite";
33import { VitePWA } from "vite-plugin-pwa" ;
44
55export default defineConfig ( {
6+ base : "./" ,
67 resolve : {
78 alias : {
89 "@fonts" : resolve ( __dirname , "assets/fonts" ) ,
You can’t perform that action at this time.
0 commit comments