From f98e38c9b634b85e6679e7b5f953a9d98074cfc3 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Sun, 26 Jul 2020 16:51:11 +0200 Subject: [PATCH] Add static tweet link (#15493) --- docs/basic-features/data-fetching.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/basic-features/data-fetching.md b/docs/basic-features/data-fetching.md index 887a3a1e94..b09a724798 100644 --- a/docs/basic-features/data-fetching.md +++ b/docs/basic-features/data-fetching.md @@ -326,6 +326,13 @@ export default Post #### `fallback: true` +
+ Examples + +
+ If `fallback` is `true`, then the behavior of `getStaticProps` changes: - The paths returned from `getStaticPaths` will be rendered to HTML at build time. -- GitLab