feat: auto robots.txt and sitemap gen
This commit is contained in:
parent
acf1ee7f9e
commit
6ba8a7f3cb
8 changed files with 44 additions and 8 deletions
8
apps/blog/next-sitemap.config.js
Normal file
8
apps/blog/next-sitemap.config.js
Normal 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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue