Страница с ошибкой показывает конкретный код в заголовке

This commit is contained in:
Иван Кузьменко 2025-07-12 22:35:46 +03:00
parent 4cb658ca09
commit 0cf4e73755

View file

@ -3,11 +3,11 @@
</script>
<svelte:head>
<title>404 &mdash; Tea Sanctuary</title>
<title>{page.status} &mdash; Tea Sanctuary</title>
</svelte:head>
<section
class="bg-[url('/common/background-day.webp')] dark:bg-[url('/common/background-night.webp')] bg-fixed bg-cover sticky flex h-screen shrink-0 flex-col items-center justify-center gap-12 overflow-hidden p-4"
class="hero-background flex h-screen shrink-0 flex-col items-center justify-center gap-12 overflow-hidden p-4"
>
<div class="flex flex-nowrap flex-col gap-5">
<div class="flex flex-nowrap flex-col gap-3 items-center justify-center lg:flex-row lg:flex-nowrap">
@ -25,4 +25,8 @@
</div>
</div>
</div>
</section>
</section>
<style>
@import "$src/app.css";
</style>