Skip to content

Commit

Permalink
fix: import the correct nested server config
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathvaj-ganesan authored Apr 3, 2023
1 parent 4fb0de8 commit 77d85bf
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,4 +1,4 @@
const config = require('./lib/server/config')
const { config } = require('./lib/server/config')

module.exports = {
siteUrl: config.link,
Expand Down

0 comments on commit 77d85bf

Please sign in to comment.