Add sitemap

This commit is contained in:
Sakura Knoll
2022-09-20 12:02:52 +09:00 Unverified
parent 220206022a
commit 08e9fd2bde
4 changed files with 62 additions and 8 deletions
+2
View File
@@ -15,6 +15,7 @@
"html-to-image": "^1.10.6",
"next": "^12.1.6",
"next-i18next": "^10.1.0",
"next-sitemap": "^3.1.22",
"nprogress": "^0.2.0",
"open-color": "^1.9.1",
"ramda": "^0.27.1",
@@ -47,6 +48,7 @@
"dev:web": "next dev -p 4000",
"dev:assets": "http-server assets -p 4001 -s --cors",
"build": "npm run compile:novels && next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"tsc": "tsc --watch",