Skip to content

Commit 2603faf

Browse files
authored
test: keep test behavior by explicitly adding config for previously default behavior (#408)
1 parent 037a866 commit 2603faf

File tree

1 file changed

+1
-0
lines changed
  • tests/fixtures/revalidate-fetch/app/dynamic-posts/[id]

1 file changed

+1
-0
lines changed

tests/fixtures/revalidate-fetch/app/dynamic-posts/[id]/page.js

+1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ export default async function Page({ params }) {
3030
}
3131

3232
// make page dynamic, but still use fetch cache
33+
export const fetchCache = 'force-cache'
3334
export const dynamic = 'force-dynamic'

0 commit comments

Comments
 (0)