From 3d35117eaf8aa05827657b32c15ab9ccbe15c18a Mon Sep 17 00:00:00 2001 From: glax Date: Sat, 11 Oct 2025 22:48:07 +0200 Subject: [PATCH] Revert "Fix static pictures" This reverts commit b3f0099b979e39e9df5ba1add21d07f8dc8630ff. --- nginx/templates/default.conf.template | 6 ++++-- website/app/components/MangaCard.vue | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/nginx/templates/default.conf.template b/nginx/templates/default.conf.template index 3451646..4176f50 100644 --- a/nginx/templates/default.conf.template +++ b/nginx/templates/default.conf.template @@ -15,8 +15,10 @@ server { proxy_pass $API_URL; } - location /_ipx/_/ { - rewrite ^/_ipx/_/(.*)$ /$1 break; + location /_ipx/_/api/ { + proxy_pass_request_headers on; + rewrite ^/_ipx/_/api/(.*)$ /$1 break; + proxy_pass $API_URL; } location /swagger { diff --git a/website/app/components/MangaCard.vue b/website/app/components/MangaCard.vue index 888aa5f..5c2a3e6 100644 --- a/website/app/components/MangaCard.vue +++ b/website/app/components/MangaCard.vue @@ -13,7 +13,7 @@ v-else orientation="horizontal" reverse - class="relative max-w-[600px] w-full h-[350px] mt-2 mb-2" + class="relative max-w-[600px] w-full h-[350px] mt-2" :ui="{ body: 'p-0 sm:p-0', root: 'overflow-visible' }" @click="$emit('click')">