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
Some checks failed
Frontend CI / build (push) Failing after 58s
This commit is contained in:
parent
07ab4ec157
commit
3dd5d71168
@ -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>
|
||||
|
@ -12,6 +12,8 @@
|
||||
</svelte:head>
|
||||
<div class="min-h-screen">
|
||||
<Navbar />
|
||||
<main>
|
||||
<slot />
|
||||
</main>
|
||||
</div>
|
||||
<Footer />
|
||||
|
@ -1,2 +1,4 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Disallow: /dashboard/
|
||||
Disallow: /api/
|
||||
|
Loading…
x
Reference in New Issue
Block a user