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 ada3a01 commit 2b98d36Copy full SHA for 2b98d36
apps/playground/vite.config.ts
@@ -6,5 +6,9 @@ export default defineConfig({
6
preview: {
7
port: 5173,
8
},
9
+ server: {
10
+ // https://vitejs.dev/guide/static-deploy.html#github-pages
11
+ base: '/react-use-intercom/',
12
+ },
13
plugins: [react()],
14
});
0 commit comments