diff options
| author | Armand Philippot <git@armandphilippot.com> | 2023-09-25 15:24:06 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2023-10-24 12:23:48 +0200 |
| commit | a22214f2a2efcdac2666e1aad3332cb49d2f2198 (patch) | |
| tree | a1f9c6a20ca5d5fa81c998b8a53974be310a0d02 /next-sitemap.config.js | |
| parent | a6ff5eee45215effb3344cb5d631a27a7c0369aa (diff) | |
build: convert project to esm
Diffstat (limited to 'next-sitemap.config.js')
| -rw-r--r-- | next-sitemap.config.js | 13 |
1 files changed, 0 insertions, 13 deletions
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'], -}; |
