Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
hayyi2 committed Nov 19, 2023
1 parent 88da3a2 commit 3e48a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "tsc && vite build --base=/shadcn-sample/",
"preview": "vite preview"
},
"dependencies": {
@@ -45,5 +45,5 @@
"typescript": "^4.6.4",
"vite": "^3.1.0"
},
"homepage": "https://hayyi2.github.io/shadcn-sample/"
"homepage": "shadcn-sample"
}

0 comments on commit 3e48a91

Please sign in to comment.