Skip to content

Commit

Permalink
Merge pull request #38 from h-yoshikawa44/feature/37-vite_gh-pages
Browse files Browse the repository at this point in the history
Vite設定にbaseを追加して、GitHub Pagesでも動作するようにした
  • Loading branch information
h-yoshikawa44 authored Sep 16, 2023
2 parents 0714794 + d337e30 commit 602267f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react';
import tsconfigPaths from 'vite-tsconfig-paths';

export default defineConfig({
base: '/close-to-2/',
server: {
open: true,
},
Expand Down

0 comments on commit 602267f

Please sign in to comment.