feat: add OG description + sitemap / robots.txt

This commit is contained in:
Sonny
2023-11-26 17:06:10 +01:00
parent 9196610980
commit db5fef08fc
11 changed files with 210 additions and 123 deletions

7
next-sitemap.config.js Normal file
View File

@@ -0,0 +1,7 @@
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: process.env.NEXTAUTH_URL || 'https://www.mylinks.app',
generateRobotsTxt: true,
output: "standalone",
exclude: ['/link/*', '/category/*']
};