Skip to content

Commit

Permalink
Fix config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Respirayson committed Dec 22, 2023
1 parent 3582b2e commit 317ec95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import tailwindcss from 'tailwindcss'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: "/",
base: "/comclub-website-2024/",
css: {
postcss: {
plugins: [tailwindcss()],
Expand Down

0 comments on commit 317ec95

Please sign in to comment.