Skip to content

Commit

Permalink
fix: base url
Browse files Browse the repository at this point in the history
  • Loading branch information
inaseem committed Feb 2, 2024
1 parent a7a1880 commit 262c6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react';

export default defineConfig(({ mode }) => {
return {
base: mode === 'production' ? '/hews' : '/',
base: mode === 'production' ? '/hews/' : '/',
plugins: [react()],
test: {
environment: 'jsdom',
Expand Down

0 comments on commit 262c6df

Please sign in to comment.