change docs base url to recommended path

This commit is contained in:
Alexandros Mandilaras 2024-06-21 15:25:26 +03:00
parent 78d6fdd3db
commit 2f8403ee70
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const config: Config = {
url: 'https://your-docusaurus-site.example.com', url: 'https://your-docusaurus-site.example.com',
// Set the /<baseUrl>/ pathname under which your site is served // Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/' // For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/', baseUrl: '/docs/',
// GitHub pages deployment config. // GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these. // If you aren't using GitHub pages, you don't need these.