File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2222 uses : JamesIves/github-pages-deploy-action@4.1.5
2323 with :
2424 branch : gh-pages
25- folder : public
25+ folder : dist
Original file line number Diff line number Diff line change 88 < meta name ="apple-mobile-web-app-capable " content ="yes ">
99 < meta name ="apple-mobile-web-app-status-bar-style " content ="default ">
1010 < meta name ="apple-mobile-web-app-title " content ="SvelteFlowy ">
11- < link rel ="icon " type ="image/svg+xml " href ="/ icon.svg ">
12- < link rel ="apple-touch-icon " href ="/ icon.svg ">
11+ < link rel ="icon " type ="image/svg+xml " href ="icon.svg ">
12+ < link rel ="apple-touch-icon " href ="icon.svg ">
1313 < title > SvelteFlowy</ title >
1414</ head >
1515< body >
1616 < div id ="app "> </ div >
17- < script type ="module " src ="/ src/main.js "> </ script >
17+ < script type ="module " src ="src/main.js "> </ script >
1818</ body >
1919</ html >
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { viteSingleFile } from 'vite-plugin-singlefile'
44import { VitePWA } from 'vite-plugin-pwa'
55
66export default defineConfig ( {
7+ base : '/svelteflowy/' ,
78 plugins : [
89 svelte ( ) ,
910 viteSingleFile ( ) ,
Original file line number Diff line number Diff line change 1818 uses : JamesIves/github-pages-deploy-action@4.1.5
1919 with :
2020 branch : gh-pages
21- folder : public
21+ folder : dist
You can’t perform that action at this time.
0 commit comments