Skip to content

Commit

Permalink
Fixes vite base url setting placement
Browse files Browse the repository at this point in the history
  • Loading branch information
gcardonag committed Jan 20, 2025
1 parent bcf9c28 commit 62a14a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import eslint from 'vite-plugin-eslint';
import svgr from 'vite-plugin-svgr';

export default defineConfig(() => ({
base: './', // This is set to allow for deployments on dynamic subpaths (i.e. - test.phlask.me)
build: {
outDir: 'build',
target: 'es2022',
base: './' // This is set to allow for deployments on dynamic subpaths (i.e. - test.phlask.me)
},
plugins: [
react(),
Expand Down

0 comments on commit 62a14a3

Please sign in to comment.