Skip to content

Commit

Permalink
feat: sitemap and ssg
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevo David committed Feb 16, 2023
1 parent ffba4c2 commit c3be060
Show file tree
Hide file tree
Showing 9 changed files with 10,925 additions and 86 deletions.
6 changes: 6 additions & 0 deletions next-sitemap.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
siteUrl: process.env.SITE_URL || 'https://notifications.directory',
generateRobotsTxt: true, // (optional)\
sitemapSize: 7000,
// ...other options
};
Loading

0 comments on commit c3be060

Please sign in to comment.