mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-27 11:32:48 +00:00
The root URL was missing the baseURL portion. This is fine when a site is hosted on a custom URL such as docusaurus.io, because the generated URL will be valid (docusaurus.io/blog), but it breaks when the site is hosted on GitHub Pages (the React Native feed was using facebook.github.io/blog as the rootURL). * Fix link to header image |
||
|---|---|---|
| .. | ||
| env.js | ||
| feed.js | ||
| generate.js | ||
| readCategories.js | ||
| readMetadata.js | ||
| server.js | ||
| sitemap.js | ||
| translate-plugin.js | ||
| translate.js | ||
| translation.js | ||
| versionFallback.js | ||