It seems that next-sitemap is unable to produce sitemaps for dynamic paths, so we're switching back to dynamic server-side sitemap generation

This commit is contained in:
VityaSchel
2023-10-12 18:35:39 +04:00
parent 3af808d77c
commit 813fa218e9
9 changed files with 50 additions and 10 deletions

View File

@@ -33,7 +33,7 @@
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts"
],
, "next-sitemap.config.js" ],
"exclude": [
"node_modules"
]