add build action config

This commit is contained in:
DanielS
2026-06-22 21:12:46 +02:00
parent ba24ee33e6
commit 8c990b9628
729 changed files with 25605 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"headers": {
"x-nextjs-stale-time": "300",
"x-nextjs-prerender": "1",
"x-next-cache-tags": "_N_T_/layout,_N_T_/page,_N_T_/,_N_T_/index"
},
"segmentPaths": [
"/_tree",
"/_full",
"/__PAGE__",
"/_index",
"/_head"
]
}