- Change base url #85

Merged
cong.nguyen merged 1 commits from feature/change-base-url into develop 2025-06-20 18:46:07 +08:00
Showing only changes of commit e2be9fd388 - Show all commits

View File

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