Skip to content

Commit

Permalink
refactor: set false generate robots
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-komlyk committed Mar 13, 2024
1 parent e652157 commit 41a37ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin/next-sitemap.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: process.env.NEXT_PUBLIC_BASE_URL, // FIXME: Change to the production URL
generateRobotsTxt: true,
generateRobotsTxt: false,
output: 'export',
}

0 comments on commit 41a37ea

Please sign in to comment.