Skip to content

Commit

Permalink
change base in vite.config
Browse files Browse the repository at this point in the history
  • Loading branch information
s-egge committed Dec 31, 2024
1 parent 5569ded commit d0957f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default ({ mode }) => {

return defineConfig({
plugins: [vue(), svgLoader(), hjsonPlugin()],
base: process.env.VITE_HOST_ADDRESS,
base: '/sustainability_map/',
resolve: {
alias: {
'@': path.resolve(__dirname, 'src')
Expand Down

0 comments on commit d0957f0

Please sign in to comment.