From 76013b32b3dacd1c6e20b5254010fa97bf65291e Mon Sep 17 00:00:00 2001 From: Spideramn Date: Thu, 31 Aug 2023 11:58:51 +0200 Subject: [PATCH] Add crossorigin="use-credentials" to manifest link tag. --- src/pages/_document.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/_document.jsx b/src/pages/_document.jsx index 8e34e2bce..b375dfca6 100644 --- a/src/pages/_document.jsx +++ b/src/pages/_document.jsx @@ -9,7 +9,7 @@ export default function Document() { content="A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations." /> - +