1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-11 14:35:29 -04:00

generate /projects page with ISR instead of calling the API on every single request (closes #715)

https://nextjs.org/docs/basic-features/data-fetching#incremental-static-regeneration
This commit is contained in:
2021-12-30 18:58:14 -05:00
parent 8a44d1994c
commit f18277b940
4 changed files with 72 additions and 38 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
"is-absolute-url": "^4.0.1",
"lodash.groupby": "^4.6.0",
"modern-normalize": "github:sindresorhus/modern-normalize#1fc6b5a86676b7ac8abc62d04d6080f92debc70f",
"next": "^v12.0.8-canary.13",
"next": "v12.0.8-canary.13",
"next-mdx-remote": "^3.0.8",
"next-seo": "^4.28.1",
"next-sitemap": "^1.6.203",