Skip to content

Commit 2b98d36

Browse files
committed
Fix github pages
1 parent ada3a01 commit 2b98d36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/playground/vite.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@ export default defineConfig({
66
preview: {
77
port: 5173,
88
},
9+
server: {
10+
// https://vitejs.dev/guide/static-deploy.html#github-pages
11+
base: '/react-use-intercom/',
12+
},
913
plugins: [react()],
1014
});

0 commit comments

Comments
 (0)