You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/docs/isr/getting-started.md
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,9 @@ export function app(): express.Express {
101
101
102
102
const commonEngine =newCommonEngine();
103
103
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.
105
+
const allowedQueryParams = ['page'];
106
+
104
107
// 2. 👇 Instantiate the ISRHandler class with the index.html file
105
108
// highlight-start
106
109
const isr =newISRHandler({
@@ -111,14 +114,12 @@ export function app(): express.Express {
0 commit comments