We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47495ba commit 2a73a43Copy full SHA for 2a73a43
samples/graph-webhooks-cache-invalidation/src/app/preview/page.tsx
@@ -3,10 +3,9 @@ import React from 'react';
3
export default function Page() {
4
return (
5
<div>
6
- This sample site doesn't support hooks revalidation in Preview mode.
7
- Go to the page in view mode by clicking{' '}
8
- <strong>Options ← View in page</strong>
9
- to test hooks revalidation
+ Preview mode doesn't cache content, to test the webhook cache
+ invalidation, navigate to view mode by clicking{' '}
+ <strong>Options ← View on website.</strong>
10
</div>
11
);
12
}
0 commit comments