Merge pull request #480 from sgenoud/fix/url-for-rss
Fix generic URL for blog rss generation
This commit was merged in pull request #480.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
title: 'CadHub',
|
title: 'CadHub',
|
||||||
tagline: '',
|
tagline: '',
|
||||||
url: 'https://your-docusaurus-test-site.com',
|
url: 'https://learn.cadhub.xyz',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
|
|||||||
Reference in New Issue
Block a user