Skip to content

Commit

Permalink
Hot fix for 404 error
Browse files Browse the repository at this point in the history
  • Loading branch information
building-u committed Jul 8, 2024
1 parent 8ec2d75 commit 064d77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/Building-u-feedback/',
base: './Building-u-feedback/',

////Uncomment for local development only
// server: {
Expand Down

0 comments on commit 064d77a

Please sign in to comment.