Skip to content

Commit

Permalink
build: change to absolute urls
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrinyonkov committed Mar 25, 2024
1 parent e98b20b commit 890bc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const getBaseURL = () => {
const BASE_URL = getBaseURL();

const getFullURL = () => {
return DEVELOPMENT_ENVIRONMENT ? `${BASE_URL}` : `https://sap.github.io${BASE_URL}`
return DEVELOPMENT_ENVIRONMENT ? `${BASE_URL}` : `/${BASE_URL}`
}


Expand Down

0 comments on commit 890bc95

Please sign in to comment.