URL generation (front&back) + fixed authJWT for SSR
This commit is contained in:
@@ -86,11 +86,11 @@
|
||||
class="w-full mt-12 relative px-6 mx-auto max-w-4xl sm:px-10 lg:px-0 z-10 flex items-center justify-center"
|
||||
>
|
||||
<div
|
||||
class="-m-2 rounded-xl bg-blue-900/5 p-2 backdrop-blur-sm ring-1 ring-inset ring-blue-900/10 lg:-m-4 lg:rounded-2xl lg:p-4"
|
||||
class="-m-2 rounded-xl bg-blue-900/5 p-2 backdrop-blur-sm ring-1 ring-inset ring-blue-900/10 lg:-m-4 lg:rounded-2xl lg:p-4 w-full"
|
||||
>
|
||||
<NuxtImg src="/img/pages/welcome/product-cover.jpg" placeholder
|
||||
sizes="320px sm:650px lg:900px"
|
||||
alt="Product screenshot" loading="lazy" class="rounded-md shadow-2xl ring-1 ring-gray-900/10"
|
||||
<NuxtImg src="/img/pages/welcome/product-cover.jpg"
|
||||
sizes="320px sm:650px lg:896px"
|
||||
alt="Product screenshot" loading="lazy" class="rounded-md w-full shadow-2xl ring-1 ring-gray-900/10"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user