This commit is contained in:
Ghlerrix
2023-08-07 15:07:04 +08:00
parent bf177751ba
commit a13e7b075c
4 changed files with 34 additions and 10 deletions

View File

@@ -18,7 +18,8 @@
"start": "next start",
"post-build": "next-sitemap --config next-sitemap.config.js",
"export": "next build && next-sitemap --config next-sitemap.config.js && next export",
"bundle-report": "ANALYZE=true yarn build"
"bundle-report": "ANALYZE=true yarn build",
"baidupush": "bash baiduPush.sh 'www.ghlerrix.cn'"
},
"dependencies": {
"@giscus/react": "^2.2.6",