From bf3e93e181341378ee1f3cb0fc043dd2451cbda3 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sun, 19 Apr 2026 15:51:54 +0200 Subject: [PATCH] fix: root Link header Signed-off-by: David Dal Busco --- juno.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juno.config.ts b/juno.config.ts index cb359659..ea3b35a9 100644 --- a/juno.config.ts +++ b/juno.config.ts @@ -6,7 +6,7 @@ import { defineConfig } from "@junobuild/config"; const headers: StorageConfigHeader[] = [ { - source: "/", + source: "/index.html", headers: [["Link", '; rel="describedby"']] }, {