Skip to content

Commit 0e3f3f2

Browse files
committed
chore(crawler-bots-handler): include more paths for bots
1 parent 54ea469 commit 0e3f3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify/edge-functions/handle-crawler-bots.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ export default async function () {
1616

1717
export const config: Config = {
1818
cache: 'manual',
19-
pattern: '^.*\\.[Pp][Hh][Pp]$|[Tt][Xx][Tt]$|.*wp-.*|.*cgi-bin.*|.*wordpress.*',
19+
pattern: '^.*\\.[Pp][Hh][Pp]|[Tt][Xx][Tt]$|.*wp-.*|.*cgi-bin.*|.*wordpress.*',
2020
}

0 commit comments

Comments
 (0)