Skip to content

Commit

Permalink
chore: change base to /
Browse files Browse the repository at this point in the history
  • Loading branch information
Thammarong Glomjai committed Nov 14, 2024
1 parent 6c55c05 commit 6fca189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"scripts": {
"dev": "vite",
"fmt": "prettier --write src && prettier --write vite.config.ts",
"build": "tsc -b && vite build --base=/bronx/",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint ."
},
Expand Down
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 6fca189

Please sign in to comment.