Skip to content

Commit

Permalink
add missing '/' character for "base" prop in vite.config.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
David Martinelli committed Feb 18, 2024
1 parent 0b0db35 commit 5a3db40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import tsconfigPaths from 'vite-tsconfig-paths';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), tsconfigPaths()],
base: 'github-blog',
base: '/github-blog',
server: {
port: 3000,
},
Expand Down

0 comments on commit 5a3db40

Please sign in to comment.