You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ npm run dev
41
41
42
42
## Structure
43
43
44
-
Aside from the projects homepage, all requests are sent via the `src/pages/[owner]/[name]/[[...slug]].tsx` file. If production a cached version of the statically generated HTML output will be served,
44
+
Aside from the projects homepage, all requests are sent via the `src/pages/[owner]/[name]/[[...slug]].tsx` file. In production a cached version of the statically generated HTML output will be served,
45
45
or created then cached. In development however, the page is built on each request. Therefore load times might seem a bit slower than expected.
46
46
47
47
> Learn more about this at [Next.js](https://nextjs.org/docs/basic-features/data-fetching#getstaticprops-static-generation).
0 commit comments