mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
feat: 🔍 Block all AI crawlers in robots.txt, make users who opt out of indexing not-indexable
This commit is contained in:
parent
e74dbe3d59
commit
6c43374d8e
4 changed files with 39 additions and 0 deletions
|
|
@ -597,6 +597,9 @@ export default defineNuxtConfig({
|
|||
ogImage: {
|
||||
enabled: false,
|
||||
},
|
||||
robots: {
|
||||
blockNonSeoBots: true,
|
||||
},
|
||||
veeValidate: {
|
||||
autoImports: true,
|
||||
componentNames: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue