Skip to content

Commit

Permalink
chore: update base path
Browse files Browse the repository at this point in the history
  • Loading branch information
Thammarong Glomjai committed Nov 14, 2024
1 parent 4e7ec2b commit 6c55c05
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=/",
"build": "tsc -b && vite build --base=/bronx/",
"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: '/',
base: '/bronx/',
css: {
postcss: {
plugins: [autoprefixer(), tailwindcss()],
Expand Down

0 comments on commit 6c55c05

Please sign in to comment.