mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
Fix static pictures
This commit is contained in:
@@ -15,10 +15,8 @@ server {
|
|||||||
proxy_pass $API_URL;
|
proxy_pass $API_URL;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /_ipx/_/api/ {
|
location /_ipx/_/ {
|
||||||
proxy_pass_request_headers on;
|
rewrite ^/_ipx/_/(.*)$ /$1 break;
|
||||||
rewrite ^/_ipx/_/api/(.*)$ /$1 break;
|
|
||||||
proxy_pass $API_URL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
location /swagger {
|
location /swagger {
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
v-else
|
v-else
|
||||||
orientation="horizontal"
|
orientation="horizontal"
|
||||||
reverse
|
reverse
|
||||||
class="relative max-w-[600px] w-full h-[350px] mt-2"
|
class="relative max-w-[600px] w-full h-[350px] mt-2 mb-2"
|
||||||
:ui="{ body: 'p-0 sm:p-0', root: 'overflow-visible' }"
|
:ui="{ body: 'p-0 sm:p-0', root: 'overflow-visible' }"
|
||||||
@click="$emit('click')">
|
@click="$emit('click')">
|
||||||
<div class="flex flex-row w-full h-full basis-auto">
|
<div class="flex flex-row w-full h-full basis-auto">
|
||||||
|
Reference in New Issue
Block a user