Add noindex to pages that should be private (#5257)
* Add noindex to pages that should be private * fix unused
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
definePageMeta({
|
||||
middleware: ['launcher-auth'],
|
||||
})
|
||||
|
||||
useSeoMeta({
|
||||
robots: 'noindex',
|
||||
})
|
||||
</script>
|
||||
<template>
|
||||
<NuxtPage class="auth-container universal-card" />
|
||||
|
||||
Reference in New Issue
Block a user