Skip to content

Commit 1801944

Browse files
committed
refactor: remove main field from package.json
1 parent d06b40a commit 1801944

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"license": "MIT",
3535
"name": "bronx-frontend",
3636
"version": "0.0.1",
37-
"main": "src/main.js",
3837
"prettier": {
3938
"arrowParens": "avoid",
4039
"bracketSpacing": true,

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import tailwindcss from 'tailwindcss'
77

88
// https://vite.dev/config/
99
export default defineConfig({
10-
base: '/',
10+
base: '/bronx/',
1111
css: {
1212
postcss: {
1313
plugins: [autoprefixer(), tailwindcss()],

0 commit comments

Comments
 (0)