1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-04 13:50:12 -05: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

View File

@@ -4085,7 +4085,7 @@ next-sitemap@^1.6.203:
matcher "^4.0.0"
minimist "^1.2.5"
next@^v12.0.8-canary.13:
next@v12.0.8-canary.13:
version "12.0.8-canary.13"
resolved "https://registry.yarnpkg.com/next/-/next-12.0.8-canary.13.tgz#55816604e4c20a62265cd519f7d6334bf99502b3"
integrity sha512-lAMWeXYEvZFWnqvEECe4BLwhxOfzAH8Jzkrb0ez02fCIg114F8gOgU3IgnBzuD2y4q2zKZ2Xqhaw7wJDqR4A4Q==
@@ -5899,9 +5899,9 @@ vfile@^4.0.0:
vfile-message "^2.0.0"
vfile@^5.0.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/vfile/-/vfile-5.2.0.tgz#a32a646ff9251c274dbe8675644a39031025b369"
integrity sha512-ftCpb6pU8Jrzcqku8zE6N3Gi4/RkDhRwEXSWudzZzA2eEOn/cBpsfk9aulCUR+j1raRSAykYQap9u6j6rhUaCA==
version "5.2.1"
resolved "https://registry.yarnpkg.com/vfile/-/vfile-5.2.1.tgz#9278072d576e320917204a3291eec0b346c4ed5d"
integrity sha512-vXW5XKbELM6mLj88kmkJ+gjFGZ/2gTmpdqPDjs3y+qbvI5i7md7rba/+pbYEawa7t22W7ynywPV6lUUAS1WiYg==
dependencies:
"@types/unist" "^2.0.0"
is-buffer "^2.0.0"