aboutsummaryrefslogtreecommitdiff
path: root/source/96/next-sitemap.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'source/96/next-sitemap.config.js')
-rw-r--r--source/96/next-sitemap.config.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/96/next-sitemap.config.js b/source/96/next-sitemap.config.js
new file mode 100644
index 0000000..d135c29
--- /dev/null
+++ b/source/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,
+};