Skip to content

Commit

Permalink
Yeah also the ENVs aren't actually available in GitHub workflow build
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-buffard committed Aug 17, 2024
1 parent 3f62194 commit 7b25944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/next-sitemap.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('next-sitemap').IConfig} */

module.exports = {
siteUrl: process.env.NEXT_PUBLIC_ADMIN_BASE_URI || "https://www.g-yachts.com",
siteUrl: "https://www.g-yachts.com",
generateRobotsTxt: true,
sitemapSize: 5000,
robotsTxtOptions: {
Expand Down

0 comments on commit 7b25944

Please sign in to comment.