[site,seo][s]: implement next-sitemap

This commit is contained in:
João Demenech
2023-07-18 10:35:31 -03:00
parent 95af903642
commit 5088afe69a
5 changed files with 107 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: process.env.SITE_URL || 'https://portaljs.org',
generateRobotsTxt: true,
}