You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All paths and images are broken and the links resolve not to https://[organization].gitlab.io/[project]/page but https://[organization].gitlab.io/page .
Any input what I am doing wrong?
Thank you for your feedback!
The text was updated successfully, but these errors were encountered:
Hello @13bmartens, thanks for choosing our theme. I am not sure why it's not loading correctly. but you can try to change the base URL from config file. hope it will work.
I changed that, in most cases (like Header.astro) this base_url is not used.
When I import const { base_url } = config.site;
in Header.astro
and change the elements to: <a href={base_url + child.url} class="nav-dropdown-link">
it works.
You are already doing something similar in Social.astro.
Hi Team,
I am trying to deploy your awesome theme to a Gitlab site.
The URL of the page is [organization].gitlab.io/[project].
The main site loads with the following settings:
astro.config.mjs
All paths and images are broken and the links resolve not to https://[organization].gitlab.io/[project]/page but https://[organization].gitlab.io/page .
Any input what I am doing wrong?
Thank you for your feedback!
The text was updated successfully, but these errors were encountered: