Fix sitemap.xml dynamic generation

This commit is contained in:
VityaSchel
2023-10-12 18:45:24 +04:00
parent 813fa218e9
commit 9ae56a82a8
9 changed files with 31 additions and 28 deletions

View File

@@ -5,7 +5,6 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},