feat: update Navbar structure and enhance layout with main tag; improve robots.txt for better crawling control
Some checks failed
Frontend CI / build (push) Failing after 58s

This commit is contained in:
SquidSpirit 2025-10-13 18:44:08 +08:00
parent 07ab4ec157
commit 3dd5d71168
3 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,7 @@
import NavbarAction from '$lib/common/framework/ui/NavbarAction.svelte';
</script>
<div class="border-b border-gray-300">
<nav class="border-b border-gray-300">
<div
class="mx-auto flex h-toolbar-height max-w-screen-xl flex-row items-center justify-between px-4 md:px-6"
>
@ -20,4 +20,4 @@
/>
</div>
</div>
</div>
</nav>

View File

@ -12,6 +12,8 @@
</svelte:head>
<div class="min-h-screen">
<Navbar />
<slot />
<main>
<slot />
</main>
</div>
<Footer />

View File

@ -1,2 +1,4 @@
User-agent: *
Allow: /
Disallow: /dashboard/
Disallow: /api/