Skip to content

Commit

Permalink
Merge pull request #4 from NUSComputingDev/feature-template
Browse files Browse the repository at this point in the history
Fix config file
  • Loading branch information
Respirayson authored Dec 22, 2023
2 parents f428b4a + 317ec95 commit 8a29c3b
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 8a29c3b

Please sign in to comment.