Skip to content

Commit 68a24a4

Browse files
committed
fix: example app base path for gh pages deploy
1 parent fa4450a commit 68a24a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

example/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react';
33

44
// https://vitejs.dev/config/
55
export default defineConfig({
6+
base: '/react-timezone-select/',
67
build: {
78
rollupOptions: {
89
input: ['index.html', 'src/App.tsx', 'src/index.tsx', 'src/Timezone.tsx'],

0 commit comments

Comments
 (0)