diff --git a/docs/turbo.json b/docs/turbo.json index a09952de..05d7bf49 100644 --- a/docs/turbo.json +++ b/docs/turbo.json @@ -11,7 +11,7 @@ "app/**", "api.template/**" ], - "outputs": [".next/**", "!.next/cache/**"] + "outputs": [".next/**", "!.next/cache/**", "content/*/api/**"] }, "dev": { "cache": false,