We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ea469 commit 0e3f3f2Copy full SHA for 0e3f3f2
netlify/edge-functions/handle-crawler-bots.ts
@@ -16,5 +16,5 @@ export default async function () {
16
17
export const config: Config = {
18
cache: 'manual',
19
- pattern: '^.*\\.[Pp][Hh][Pp]$|[Tt][Xx][Tt]$|.*wp-.*|.*cgi-bin.*|.*wordpress.*',
+ pattern: '^.*\\.[Pp][Hh][Pp]|[Tt][Xx][Tt]$|.*wp-.*|.*cgi-bin.*|.*wordpress.*',
20
}
0 commit comments