We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50f66d commit f5fe5eeCopy full SHA for f5fe5ee
1 file changed
React-Cards-Layout/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-cards-layout",
3
- "homepage": "https://codemonitor-lab.github.io/React-Revisions/React-Cards-Layout/",
+ "homepage": "https://codemonitor-lab.github.io/React-Cards-Layout/",
4
"private": false,
5
"version": "0.0.0",
6
"type": "module",
@@ -10,7 +10,7 @@
10
"lint": "eslint .",
11
"preview": "vite preview",
12
"predeploy":"npm run build",
13
- "deploy":"gh-pages -d build"
+ "deploy":"gh-pages -d dist"
14
},
15
"dependencies": {
16
"@tailwindcss/vite": "^4.1.4",
0 commit comments