From 8dad3b28f1a82802d11618a8eb92d88f2c15675c Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 16 May 2021 02:09:09 +0300 Subject: [PATCH] flag fix --- src/components/layout/Header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/Header.js b/src/components/layout/Header.js index 2f4f247..4e95769 100644 --- a/src/components/layout/Header.js +++ b/src/components/layout/Header.js @@ -65,7 +65,7 @@ const Header = () => { }; const getFlagsPath = () => { - const basePath = "public/flags"; + const basePath = "/public/flags"; if (process.env.PUBLIC_URL) { return `${process.env.PUBLIC_URL}/${basePath}`; } else {