From 45cf19e6ad062b94fdd0e53cab1bc7d0e21c629d Mon Sep 17 00:00:00 2001 From: Jonatan von Martens Date: Sun, 3 Nov 2024 18:45:01 +0200 Subject: [PATCH] [TTV] Do not index next folders --- examples/text-to-voice/x-to-voice/app/robots.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/text-to-voice/x-to-voice/app/robots.txt diff --git a/examples/text-to-voice/x-to-voice/app/robots.txt b/examples/text-to-voice/x-to-voice/app/robots.txt new file mode 100644 index 0000000..91c0517 --- /dev/null +++ b/examples/text-to-voice/x-to-voice/app/robots.txt @@ -0,0 +1,3 @@ +User-Agent: * +Allow: / +Disallow: /_next/ \ No newline at end of file