We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6dd0f9 commit b33c888Copy full SHA for b33c888
vite.config.ts
@@ -1,7 +1,8 @@
1
-import { defineConfig } from 'vite'
2
-import react from '@vitejs/plugin-react'
+import react from '@vitejs/plugin-react';
+import { defineConfig } from 'vite';
3
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
+ base: '/portchain-challenge/',
7
plugins: [react()],
-})
8
+});
0 commit comments