Skip to content

Commit f5254b8

Browse files
committed
ignore index.md/markdown.zip links
1 parent b1babf5 commit f5254b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

astro.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ export default defineConfig({
147147
"/workers/examples/?languages=*",
148148
"/workers/examples/?tags=*",
149149
"/workers-ai/models/**",
150+
"**index.md",
151+
"/markdown.zip",
150152
],
151153
}),
152154
]

0 commit comments

Comments
 (0)