mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 18:07:00 +02:00
chore: rename siteConfig.js to docusaurus.config.js (#1245)
* chore: rename siteConfig.js to docusaurus.config.js * Prettier
This commit is contained in:
parent
870f6daa6b
commit
7dae4bd0d1
21 changed files with 57 additions and 57 deletions
|
@ -22,7 +22,7 @@ module.exports = async function createSitemap({
|
|||
const {url: siteUrl} = siteConfig;
|
||||
|
||||
if (!siteUrl) {
|
||||
throw new Error('Url in siteConfig.js cannot be empty/undefined');
|
||||
throw new Error('Url in docusaurus.config.js cannot be empty/undefined');
|
||||
}
|
||||
|
||||
const urls = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue