6 lines
168 B
JavaScript
6 lines
168 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: process.env.NEXT_PUBLIC_LANDING_URI || 'https://www.swyp.be',
|
|
generateRobotsTxt: true,
|
|
};
|