From c294e61eb33f7d866e8fe2ec88d6879e23d33e73 Mon Sep 17 00:00:00 2001 From: nenizera Date: Tue, 1 Jul 2025 12:20:35 +0100 Subject: [PATCH] [Cache]Update cache-keys.mdx Not sure its possible; could we set it in `` to highlight the command? --- src/content/docs/cache/how-to/cache-keys.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/cache/how-to/cache-keys.mdx b/src/content/docs/cache/how-to/cache-keys.mdx index 89f07ea21f0327..5d3104ead448a7 100644 --- a/src/content/docs/cache/how-to/cache-keys.mdx +++ b/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= #### Usage notes -* To include all query string parameters (the default behavior), use include: "\*" -* To ignore query strings, use exclude: "\*" +* To include all query string parameters (the default behavior), use include: `"\*"` +* To ignore query strings, use exclude: `"\*"` * To include most query string parameters but exclude a few, use the exclude field which assumes the other query string parameters are included. ### Headers