Skip to content

Commit

Permalink
Fixed default path
Browse files Browse the repository at this point in the history
  • Loading branch information
delas committed Nov 6, 2023
1 parent 05453a9 commit e830012
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
},
base: './'
})
6 changes: 3 additions & 3 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
publicPath: "/tiramisu-web/",
};
module.exports = {
publicPath: "/tiramisu-web/"
}

0 comments on commit e830012

Please sign in to comment.