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';
|
import NavbarAction from '$lib/common/framework/ui/NavbarAction.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="border-b border-gray-300">
|
<nav class="border-b border-gray-300">
|
||||||
<div
|
<div
|
||||||
class="mx-auto flex h-toolbar-height max-w-screen-xl flex-row items-center justify-between px-4 md:px-6"
|
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>
|
</div>
|
||||||
</div>
|
</nav>
|
||||||
|
@ -12,6 +12,8 @@
|
|||||||
</svelte:head>
|
</svelte:head>
|
||||||
<div class="min-h-screen">
|
<div class="min-h-screen">
|
||||||
<Navbar />
|
<Navbar />
|
||||||
|
<main>
|
||||||
<slot />
|
<slot />
|
||||||
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
User-agent: *
|
User-agent: *
|
||||||
Allow: /
|
Allow: /
|
||||||
|
Disallow: /dashboard/
|
||||||
|
Disallow: /api/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user