We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6403c23 commit f1736b3Copy full SHA for f1736b3
vite.config.ts
@@ -5,9 +5,7 @@ import path from 'path'
5
// https://vitejs.dev/config/
6
export default defineConfig({
7
plugins: [react()],
8
- // Set base to '/' for local testing, or to your repo name for GitHub Pages
9
- // e.g., base: '/example-remote-client/' for https://username.github.io/example-remote-client/
10
- base: process.env.NODE_ENV === 'production' ? '/example-remote-client/' : '/',
+ base: '/',
11
resolve: {
12
alias: {
13
'@': path.resolve(__dirname, './src'),
0 commit comments