Skip to content

Commit 47495ba

Browse files
committed
Add better instructions in Preview
1 parent 9399663 commit 47495ba

File tree

1 file changed

+4
-5
lines changed
  • samples/graph-webhooks-cache-invalidation/src/app/preview

1 file changed

+4
-5
lines changed

samples/graph-webhooks-cache-invalidation/src/app/preview/page.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ import React from 'react';
33
export default function Page() {
44
return (
55
<div>
6-
This sample site doesn&apos;t have Live Preview enabled. Go to{' '}
7-
<a href="/en/" target="_blank">
8-
/en
9-
</a>{' '}
10-
to see the actual page instead
6+
This sample site doesn&apos;t support hooks revalidation in Preview mode.
7+
Go to the page in view mode by clicking{' '}
8+
<strong>Options &larr; View in page</strong>
9+
to test hooks revalidation
1110
</div>
1211
);
1312
}

0 commit comments

Comments
 (0)