feat: auto robots.txt and sitemap gen

This commit is contained in:
Kim, Jimin 2023-07-29 11:48:16 +09:00
parent acf1ee7f9e
commit 6ba8a7f3cb
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
8 changed files with 44 additions and 8 deletions

View file

@ -0,0 +1,8 @@
// https://next-sitemap.iamvishnusankar.com/docs/documentation/configuration
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: "https://blog.developomp.com",
generateRobotsTxt: true,
outDir: "build",
priority: 0.8,
}