Skip to content

Commit

Permalink
Setting /document as a root path for github-pages (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
cohitre authored Feb 23, 2024
1 parent 7fa547d commit 87f1e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-sample/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react-swc';

export default defineConfig({
plugins: [react()],
base: '/editor-sample/',
base: '/document/',
});

0 comments on commit 87f1e84

Please sign in to comment.