From a22214f2a2efcdac2666e1aad3332cb49d2f2198 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 25 Sep 2023 15:24:06 +0200 Subject: build: convert project to esm --- next-sitemap.config.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 next-sitemap.config.js (limited to 'next-sitemap.config.js') diff --git a/next-sitemap.config.js b/next-sitemap.config.js deleted file mode 100644 index 348ea0b..0000000 --- a/next-sitemap.config.js +++ /dev/null @@ -1,13 +0,0 @@ -/** @type {import('next-sitemap').IConfig} */ - -const isStaging = process.env.APP_ENV === 'staging'; - -module.exports = { - siteUrl: isStaging - ? process.env.NEXT_PUBLIC_STAGING_APP_URL - : process.env.NEXT_PUBLIC_APP_URL, - generateRobotsTxt: true, - changefreq: null, - priority: null, - exclude: ['/feed.xml', '/feed.json', '/atom.xml'], -}; -- cgit v1.2.3