Skip to content

Commit

Permalink
fix: change base path to /
Browse files Browse the repository at this point in the history
  • Loading branch information
Thammarong Glomjai committed Nov 14, 2024
1 parent 6f55967 commit b915bef
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 @@ -7,7 +7,7 @@ import tailwindcss from 'tailwindcss'

// https://vite.dev/config/
export default defineConfig({
base: '/bronx/',
base: '/',
css: {
postcss: {
plugins: [autoprefixer(), tailwindcss()],
Expand Down

0 comments on commit b915bef

Please sign in to comment.