Skip to content

Commit

Permalink
Set base path in vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
lynn committed Sep 4, 2023
1 parent 22ce180 commit 3d5660b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ import tsconfigPaths from 'vite-tsconfig-paths';
import requireTransform from 'vite-plugin-require-transform';

export default defineConfig({
base: '/kuna/',
plugins: [react(), tsconfigPaths(), requireTransform({})],
});

0 comments on commit 3d5660b

Please sign in to comment.