Skip to content

Commit

Permalink
docs: fix basePath
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Dec 6, 2024
1 parent e778eab commit 0efb90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-admin-docs/src/site/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config: Config = {
title: 'Spring Boot Admin',
favicon: 'img/favicon.png',
url: 'https://docs.spring-boot-admin.com/',
baseUrl: '/',
baseUrl: process.env.VERSION ? `/${process.env.VERSION}/` : '/',
organizationName: 'codecentric',
projectName: 'spring-boot-admin',
onBrokenLinks: 'throw',
Expand Down

0 comments on commit 0efb90c

Please sign in to comment.