File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22< html lang ="en ">
33 < head >
44 < meta charset ="UTF-8 " />
5- < link rel ="icon " href ="/favicon.ico " />
5+ < link rel ="icon " href =". /favicon.ico " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < title > git-clerk</ title >
88 < link
99 href ="
https://cdn.jsdelivr.net/npm/@mdi/[email protected] /css/materialdesignicons.min.css "
1010 rel ="stylesheet "
1111 />
12- < script type ="module " src ="/config.js "> </ script >
12+ < script type ="module " src =". /config.js "> </ script >
1313 </ head >
1414 < body >
1515 < div id ="app "> </ div >
16- < script type ="module " src ="/src/main.js "> </ script >
16+ < script type ="module " src =". /src/main.js "> </ script >
1717 </ body >
1818</ html >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import vue from "@vitejs/plugin-vue";
55
66// https://vitejs.dev/config/
77export default defineConfig ( {
8- base : "/" ,
8+ base : ". /" ,
99 plugins : [
1010 vue ( {
1111 template : {
You can’t perform that action at this time.
0 commit comments