diff --git a/astro.config.ts b/astro.config.ts index 4a2f11bf5f7309a..36f6af23a20ce23 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -137,6 +137,8 @@ export default defineConfig({ "/api/**", "/changelog/**", "/http/resources/**", + "/llms.txt", + "/llms-full.txt", "{props.*}", "/", "/glossary/", @@ -146,6 +148,7 @@ export default defineConfig({ "/ruleset-engine/rules-language/fields/reference/**", "/workers/examples/?languages=*", "/workers/examples/?tags=*", + "/workers/llms-full.txt", "/workers-ai/models/**", "**index.md", "/markdown.zip",