Skip to content

Commit f5fe5ee

Browse files
bug fix
1 parent a50f66d commit f5fe5ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

React-Cards-Layout/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cards-layout",
3-
"homepage": "https://codemonitor-lab.github.io/React-Revisions/React-Cards-Layout/",
3+
"homepage": "https://codemonitor-lab.github.io/React-Cards-Layout/",
44
"private": false,
55
"version": "0.0.0",
66
"type": "module",
@@ -10,7 +10,7 @@
1010
"lint": "eslint .",
1111
"preview": "vite preview",
1212
"predeploy":"npm run build",
13-
"deploy":"gh-pages -d build"
13+
"deploy":"gh-pages -d dist"
1414
},
1515
"dependencies": {
1616
"@tailwindcss/vite": "^4.1.4",

0 commit comments

Comments
 (0)