Skip to content

Commit

Permalink
updated video sources
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyout committed Jul 20, 2024
1 parent 5f1a54a commit 38b01fc
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
Expand Up @@ -2,7 +2,7 @@ module.exports = {
siteUrl: process.env.SITE_URL || 'https://youplex.site',
generateRobotsTxt: true, // (optional)
// ...other options
exclude: ['/server-sitemap.xml'],
exclude: ['/server-sitemap.xml','middleware.js'],
robotsTxtOptions: {
additionalSitemaps: [
`https://youplex.site/server-sitemap.xml`, // <==== Add here
Expand Down

0 comments on commit 38b01fc

Please sign in to comment.