We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a540d commit ebe8f26Copy full SHA for ebe8f26
1 file changed
apps/playground/vite.config.ts
@@ -3,12 +3,10 @@ import { defineConfig } from 'vite';
3
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
+ // https://vitejs.dev/guide/static-deploy.html#github-pages
7
+ base: '/react-use-intercom/',
8
preview: {
9
port: 5173,
10
},
- server: {
- // https://vitejs.dev/guide/static-deploy.html#github-pages
11
- base: '/react-use-intercom/',
12
- },
13
plugins: [react()],
14
});
0 commit comments