use relative path

This commit is contained in:
vcoppe
2024-06-19 20:41:02 +02:00
parent bf37789978
commit bc218d431c
2 changed files with 3 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v3
with:
path: 'build/website'
path: 'build/'
deploy:
needs: build_site

View File

@@ -307,11 +307,8 @@
</Menubar.Menu>
</Menubar.Root>
<div class="h-fit flex flex-row items-center ml-1 gap-1">
<Button
variant="ghost"
href="{base}/about"
target="_blank"
class="cursor-default h-fit rounded-sm">{$_('menu.about')}</Button
<Button variant="ghost" href="./about" target="_blank" class="cursor-default h-fit rounded-sm"
>{$_('menu.about')}</Button
>
<Button
variant="ghost"