From 519500508a509855fa500312799ae73780414839 Mon Sep 17 00:00:00 2001 From: Robert Schelling Date: Fri, 19 Apr 2024 03:19:08 +0200 Subject: [PATCH] fix: add crossorigin attribute to manifest.json link in index.html (#736) * fix: add crossorigin attribute * Update index.html --------- Co-authored-by: Robert Schelling Co-authored-by: TwiN --- web/app/public/index.html | 2 +- web/static/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/public/index.html b/web/app/public/index.html index 5fbd4cd1..5d161303 100644 --- a/web/app/public/index.html +++ b/web/app/public/index.html @@ -11,7 +11,7 @@ - + diff --git a/web/static/index.html b/web/static/index.html index 0e597e26..53eb80fc 100644 --- a/web/static/index.html +++ b/web/static/index.html @@ -1 +1 @@ -{{ .Title }}
\ No newline at end of file +{{ .Title }}