Skip to content

Commit

Permalink
feat: add base
Browse files Browse the repository at this point in the history
  • Loading branch information
felixerdy committed Nov 7, 2024
1 parent 96508c1 commit ccf59f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?

*.tsbuildinfo
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
base: '/',
})

0 comments on commit ccf59f0

Please sign in to comment.