You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type: string
Base URL for your site. This can also be considered the path after the host. For example, /metro/ is the baseUrl of https://facebook.github.io/metro/. For URLs that have no path, the baseUrl should be set to /. This field is related to the url field.
DocuSWEEP/my-website/docusaurus.config.js
Line 9 in 599cd43
The site does not load properly (docs.sweep.run)
From the documentation - https://docusaurus.io/docs/docusaurus.config.js/
baseUrl#
Type: string
Base URL for your site. This can also be considered the path after the host. For example, /metro/ is the baseUrl of https://facebook.github.io/metro/. For URLs that have no path, the baseUrl should be set to /. This field is related to the url field.
docusaurus.config.js
module.exports = {
baseUrl: '/',
};
The text was updated successfully, but these errors were encountered: