Commit f6cecbd
committed
fix: correct noindex example URL pattern typo
The previous example for matching `workers.dev`
URLs under "Prevent your workers.dev URLs showing
in search results" incorrectly used two
splats, i.e. `*`, when only one splat can be used
at maximum.
This commit updates the example to use a single
splat wildcard with a placeholder pattern that
correctly matches both `workers.dev` URLs and
Preview URLs.1 parent 1458301 commit f6cecbd
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments