We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68a395 commit 48ade76Copy full SHA for 48ade76
package.json
@@ -56,7 +56,7 @@
56
"routes": "node site/scripts/genrateRoutes.js",
57
"tsc": "tsc --noEmit",
58
"vue-tsc": "vue-tsc --noEmit",
59
- "site": "npm run routes && ./node_modules/vite/bin/vite.js build site --base=https://next.antdv.com/",
+ "site": "npm run routes && ./node_modules/vite/bin/vite.js build site --base=https://www.antdv.com/",
60
"pub:site": "npm run site && node site/scripts/pushToOSS.js",
61
"prepare": "husky install",
62
"version": "node ./scripts/generate-version",
0 commit comments