Skip to content

Commit

Permalink
Merge pull request #21 from dmytro-komlyk/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
dmytro-komlyk authored Mar 13, 2024
2 parents 58d2b84 + 41a37ea commit 65f99a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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',
}
2 changes: 1 addition & 1 deletion apps/client/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 65f99a0

Please sign in to comment.