initial
This commit is contained in:
12
apps/pay/app.vue
Normal file
12
apps/pay/app.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<NuxtLayout>
|
||||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
useHead({
|
||||
title: 'Indefiti',
|
||||
meta: [{ name: 'robots', content: 'noindex,nofollow' }],
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user