[site,seo][s]: implement next-sitemap
This commit is contained in:
5
site/next-sitemap.config.js
Normal file
5
site/next-sitemap.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
/** @type {import('next-sitemap').IConfig} */
|
||||
module.exports = {
|
||||
siteUrl: process.env.SITE_URL || 'https://portaljs.org',
|
||||
generateRobotsTxt: true,
|
||||
}
|
||||
Reference in New Issue
Block a user