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 ec889be commit 42e8d4eCopy full SHA for 42e8d4e
src/content/docs/cache/how-to/cache-keys.mdx
@@ -77,8 +77,8 @@ If you include the query string foo in a URL like `https://www.example.com/?foo=
77
78
#### Usage notes
79
80
-* To include all query string parameters (the default behavior), use include: "\*"
81
-* To ignore query strings, use exclude: "\*"
+* To include all query string parameters (the default behavior), use include: `"\*"`
+* To ignore query strings, use exclude: `"\*"`
82
* To include most query string parameters but exclude a few, use the exclude field which assumes the other query string parameters are included.
83
84
### Headers
0 commit comments