This commit is contained in:
Nadar
2026-03-17 13:24:22 +03:00
commit 82e5ac9d81
554 changed files with 29637 additions and 0 deletions

13
apps/client/app.vue Normal file
View File

@@ -0,0 +1,13 @@
<template>
<NuxtLayout>
<NuxtLoadingIndicator :height="4" />
<NuxtPage />
</NuxtLayout>
</template>
<script setup>
useHead({
title: 'Indefiti',
meta: [{ name: 'robots', content: 'noindex,nofollow' }],
})
</script>