Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Respirayson authored Dec 22, 2023
1 parent 8a29c3b commit a0053aa
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: "/comclub-website-2024/",
base: "./",
css: {
postcss: {
plugins: [tailwindcss()],
Expand Down

0 comments on commit a0053aa

Please sign in to comment.