Merge pull request '- Change base url' (#85) from feature/change-base-url into develop

Reviewed-on: #85
This commit is contained in:
NGUYEN THANH CONG 2025-06-20 18:46:06 +08:00
commit aebe0c0c1e

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.