Skip to content

Commit

Permalink
chore: adjust spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbyUitbeijerse committed Dec 1, 2023
1 parent ea35cd3 commit 7fa9eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next-sitemap.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: process.env.SITE_URL || "https://docs.onbeam.com",
siteUrl: process.env.SITE_URL || 'https://docs.onbeam.com',
generateRobotsTxt: true,
};

0 comments on commit 7fa9eca

Please sign in to comment.