docs(core): fix sitemap config (#6011)

This commit is contained in:
Jack Hsu 2021-06-14 14:40:54 -04:00 committed by GitHub
parent 668ed1c54f
commit 31ee288d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
const path = require('node:path');
const path = require('path');
module.exports = {
siteUrl: process.env.SITE_URL || 'https://nx.dev',