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

Skip to content

Commit 17fc093

Browse files
maxisameneajaho
authored andcommitted
fix: format
1 parent 6f6c2e7 commit 17fc093

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ 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 undefined, all query params will be allowed. If empty array, no query params will be allowed.
104+
// This array of query params will be allowed to be part of the cache key.
105+
// If undefined, all query params will be allowed. If empty array, no query params will be allowed.
105106
const allowedQueryParams = ['page'];
106107

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

0 commit comments

Comments
 (0)