Skip to content

Commit 1c7dad6

Browse files
committed
fix glob
1 parent c0fdcae commit 1c7dad6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

astro.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ export default defineConfig({
125125
"/http/resources/**",
126126
"{props.*}",
127127
"/",
128-
"**/glossary/?term=**",
129-
"/products/?product-group=*",
128+
"/glossary/",
130129
"/products/",
131130
"/rules/snippets/examples/?operation=*",
132131
"/rules/transform/examples/?operation=*",

0 commit comments

Comments
 (0)