Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c396928

Browse filesBrowse files
committed
fix: format
1 parent 7b76895 commit c396928
Copy full SHA for c396928

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

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

Copy file name to clipboardExpand all lines: apps/docs/docs/isr/getting-started.md
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.