Skip to content

Commit

Permalink
chore: updated sitemap config
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Jan 20, 2024
1 parent 439f67d commit aa59f6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ yarn-error.log*

# site map
public/sitemap.xml
public/sitemap-0.xml
public/robots.txt
1 change: 1 addition & 0 deletions next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
const config = {
siteUrl: process.env.SITE_URL ?? 'https://localhost:3000',
generateRobotsTxt: true,
generateIndexSitemap: false,
};

export default config;

0 comments on commit aa59f6a

Please sign in to comment.