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 890bc95 commit 8c0f3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/fiori/src/themes/DynamicPageTitle.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
:host {
display: flex;
flex-direction: column;
position: relative; /* for the absolute focus area span, to respect title's size */
width: 100%;
background-color: var(--_ui5_dynamic_page_header_background_color);
min-height: var(--_ui5_dynamic_page_title_min_height);
Expand Down
2 changes: 1 addition & 1 deletion packages/website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const config: Config = {
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://sap.github.io',
url: '/',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: BASE_URL,
Expand Down

0 comments on commit 8c0f3d7

Please sign in to comment.