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 9399663 commit 47495baCopy full SHA for 47495ba
samples/graph-webhooks-cache-invalidation/src/app/preview/page.tsx
@@ -3,11 +3,10 @@ import React from 'react';
3
export default function Page() {
4
return (
5
<div>
6
- This sample site doesn't have Live Preview enabled. Go to{' '}
7
- <a href="/en/" target="_blank">
8
- /en
9
- </a>{' '}
10
- to see the actual page instead
+ This sample site doesn't support hooks revalidation in Preview mode.
+ Go to the page in view mode by clicking{' '}
+ <strong>Options ← View in page</strong>
+ to test hooks revalidation
11
</div>
12
);
13
}
0 commit comments