Skip to content

Commit ebe8f26

Browse files
committed
Hello github pages
1 parent d6a540d commit ebe8f26

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

apps/playground/vite.config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ import { defineConfig } from 'vite';
33

44
// https://vitejs.dev/config/
55
export default defineConfig({
6+
// https://vitejs.dev/guide/static-deploy.html#github-pages
7+
base: '/react-use-intercom/',
68
preview: {
79
port: 5173,
810
},
9-
server: {
10-
// https://vitejs.dev/guide/static-deploy.html#github-pages
11-
base: '/react-use-intercom/',
12-
},
1311
plugins: [react()],
1412
});

0 commit comments

Comments
 (0)