Skip to content

Commit 9313e33

Browse files
committed
feat: sitemap building
1 parent 2be91a1 commit 9313e33

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
enable-pre-post-scripts=true

next-sitemap.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/** @type {import('next-sitemap').IConfig} */
2+
module.exports = {
3+
siteUrl: "https://docs.vzn-scripts.com/",
4+
generateRobotsTxt: true,
5+
generateIndexSitemap: false,
6+
outDir: "./out",
7+
};

0 commit comments

Comments
 (0)