fix(blog): sitemap generation

This commit is contained in:
Kim, Jimin 2024-04-27 12:40:14 +09:00
parent 44de56c821
commit ae68974ead
Signed by: pomp
GPG key ID: 2B516173EDD492EB
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,5 @@
module.exports = {
siteUrl: "https://blog.developomp.com",
generateRobotsTxt: true,
outDir: "build",
priority: 0.8,
}