aboutsummaryrefslogtreecommitdiff
path: root/projects/96/next-sitemap.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'projects/96/next-sitemap.config.js')
-rw-r--r--projects/96/next-sitemap.config.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/96/next-sitemap.config.js b/projects/96/next-sitemap.config.js
new file mode 100644
index 0000000..d135c29
--- /dev/null
+++ b/projects/96/next-sitemap.config.js
@@ -0,0 +1,8 @@
+/** @type {import('next-sitemap').IConfig} */
+export default {
+ outDir: "./out",
+ siteUrl: "https://96.zue.dev",
+ generateRobotsTxt: true,
+ generateIndexSitemap: false,
+ sitemapSize: 5000,
+};