Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b76895

Browse files
maxisameneajaho
andauthored
Update apps/docs/docs/isr/getting-started.md
Co-authored-by: Enea Jahollari <[email protected]>
1 parent e9f6aae commit 7b76895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/docs/isr/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export function app(): express.Express {
101101

102102
const commonEngine = new CommonEngine();
103103

104-
// This array of query params will be allowed to be part of the cache key. If null, all query params will be allowed. If empty, no query params will be allowed.
104+
// This array of query params will be allowed to be part of the cache key. If undefined, all query params will be allowed. If empty array, no query params will be allowed.
105105
const allowedQueryParams = ['page'];
106106

107107
// 2. 👇 Instantiate the ISRHandler class with the index.html file

0 commit comments

Comments
 (0)