fix(apologetik): drop duplicate Cache-Control in child loads

Layout already sets Cache-Control; SvelteKit throws when the same
header is set twice in the load chain, 500ing /glaube/apologetik/pro
and the parallel routes.
This commit is contained in:
2026-05-03 21:42:05 +02:00
parent 4623d7a1f7
commit 86c72c2dc3
5 changed files with 5 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.64.0",
"version": "1.64.1",
"private": true,
"type": "module",
"scripts": {