From 82ca2f59349407e3b1b5cd4f321e196f37044df0 Mon Sep 17 00:00:00 2001 From: Alex Cortelyou <1689668+acortelyou@users.noreply.github.com> Date: Wed, 7 Apr 2021 16:31:31 -0700 Subject: [PATCH] fix(frontend): add crossorigin attribute to webmanifest link (#1376) --- src/pages/_document.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index 8847f0eda..efef45f6a 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -174,7 +174,11 @@ class MyDocument extends Document { name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> - +