From df6f8fb956e2b4c66bd66ebae96e5f7cc55a44fe Mon Sep 17 00:00:00 2001 From: Sabrina Ferguson Date: Mon, 10 Jun 2024 15:45:24 -0400 Subject: [PATCH] chore: add more ignores to indexing --- nuxt.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 2892945..6685c43 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -31,6 +31,8 @@ export default defineNuxtConfig({ '*-surround': { robots: false }, '/*/*-surround': { robots: false }, '/tutorials/*/_dir': { robots: false }, + '/_nuxt': { robots: false }, + '/api/*': { robots: false }, }, $production: process.env.NUXT_SITE_ENV ? {}