Skip to content

Commit

Permalink
Fix broken link in Additional Resources -> Contribute -> Components -…
Browse files Browse the repository at this point in the history
…> SSG (#706)

fix broken Next.js SSG link
  • Loading branch information
igor-p authored Nov 13, 2024
1 parent 4cdcb91 commit 939da12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useData } from 'nextra/hooks'
# Next.js SSG

With Next.js, you can pre-render your page using
[Static Generation (SSG)](https://nextjs.org/docs/basic-features/pages#static-generation-recommended).
[Static Generation (SSG)](https://nextjs.org/docs/pages/building-your-application/rendering/static-site-generation).
Your pages will be generated at build time and statically served to visitors. It
can also be cached by a CDN to maximize the performance.

Expand Down

0 comments on commit 939da12

Please sign in to comment.