cache queries and revalidate with incremental static regeneration

This commit is contained in:
2026-07-07 02:32:21 +02:00
parent d63b14b2e5
commit e600d0a663
22 changed files with 381 additions and 114 deletions
+1
View File
@@ -7,6 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "node --test src/lib/*.test.ts",
"codegen": "graphql-codegen",
"perf:build": "next build",
"perf:serve": "next start -p 3100",