diff --git a/next-sitemap.config.js b/next-sitemap.config.js index b75c11b..c509c00 100644 --- a/next-sitemap.config.js +++ b/next-sitemap.config.js @@ -1,14 +1,13 @@ /** @type {import('next-sitemap').IConfig} */ module.exports = { - siteUrl: process.env.VERCEL_URL || "http://localhost:3000/", - generateRobotsTxt: true, - robotsTxtOptions: { - policies: [ - { - userAgent: "*", - allow: "/", - }, - ], - }, - }; - \ No newline at end of file + siteUrl: process.env.VERCEL_URL || "http://localhost:3000/", + generateRobotsTxt: true, + robotsTxtOptions: { + policies: [ + { + userAgent: "*", + allow: "/", + }, + ], + }, +};