Skip to content

Commit

Permalink
Fix static-export demo
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed May 18, 2023
1 parent 3c59bd0 commit f083088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/static-export/next-sitemap.config.js
Expand Up @@ -3,7 +3,7 @@
const config = {
siteUrl: process.env.SITE_URL || 'https://example.com',
generateRobotsTxt: true,
output: 'static', // Set static output here
output: 'export', // Set static output here
}

module.exports = config

0 comments on commit f083088

Please sign in to comment.