Add noindex to pages that should be private (#5257)

* Add noindex to pages that should be private

* fix unused
This commit is contained in:
Prospector
2026-01-30 13:04:19 -08:00
committed by GitHub
parent 0875a8a0bc
commit cefa7b90ed
10 changed files with 41 additions and 41 deletions

View File

@@ -1,11 +0,0 @@
<template>
<div class="flex h-full w-full flex-col">
<div
class="flex items-center justify-between gap-2 border-0 border-b border-solid border-bg-raised p-3"
>
<h2 class="m-0 text-2xl font-bold text-contrast">Admin</h2>
</div>
</div>
</template>
<script setup lang="ts"></script>