Use nuxtopenfetch

This commit is contained in:
2025-10-10 20:13:29 +02:00
parent 1bce60af7d
commit 48d355d657
19 changed files with 2039 additions and 1660 deletions

View File

@@ -6,14 +6,14 @@
<NuxtLink to="https://github.com/C9Glax/tranga-website"
><Icon name="i-lucide-github" />Website</NuxtLink
>
<NuxtLink :to="`${$config.public.apiParty.endpoints.api?.url}swagger`"
<NuxtLink :to="`${$config.public.openFetch.api.baseURL}swagger`"
><Icon name="i-lucide-book-open" />Swagger</NuxtLink
>
</template>
<template #default>
<NuxtLink to="/">
<div class="h-full flex gap-2 items-center">
<img src="/blahaj.png" class="h-lh cursor-grab" />
<img src="/blahaj.png" class="h-lh cursor-grab" >
<p
style="
background: linear-gradient(110deg, var(--color-pink), var(--color-blue));