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

Skip to content

Commit c396928

Browse files
committed
fix: format
1 parent 7b76895 commit c396928

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)