Skip to content

Commit c5be1f2

Browse files
authored
fix: Next.js boilerplate - link to ISR on-demand page (#257)
1 parent 1a99446 commit c5be1f2

File tree

1 file changed

+1
-1
lines changed
  • starters/nextjs/basic/src/app/isr

1 file changed

+1
-1
lines changed

starters/nextjs/basic/src/app/isr/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function Page() {
1515
</article>
1616
<article className="card">
1717
<h2>
18-
<Link href="/isr/time" className="link">
18+
<Link href="/isr/demand" className="link">
1919
On-demand revalidation
2020
</Link>
2121
</h2>

0 commit comments

Comments
 (0)