fix: update default layout image source to a new dynamic URL for improved content delivery

This commit is contained in:
keven1024
2025-06-06 20:01:45 +08:00
parent bbd451f027
commit ddcf53d456

View File

@@ -8,7 +8,7 @@ await useSeo();
<Toaster position="top-center" richColors closeButton />
<img
class="w-full h-full object-cover absolute inset-0 -z-[1]"
src="https://fuwari.vercel.app/_astro/demo-banner.DFyx781H_Z1gN7UP.webp"
src="https://img.fudaoyuan.icu/api/1/random/?scale_min=1.5&webp=true&md=false&format=302"
/>
<div
class="h-full w-full flex flex-col items-center lg:p-10 p-5 overflow-y-auto"