add tag routes to sitemap

This commit is contained in:
Timothy
2021-01-13 20:17:09 +08:00
parent 1c2f40424b
commit 9965355e45
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": {
"start": "next dev",
"dev": "next dev",
"build": "next build",
"build": "next build && node ./scripts/generate-sitemap",
"serve": "next start",
"analyze": "ANALYZE=true next build"
},