master
Tudor Stanciu 2021-05-16 02:09:09 +03:00
parent f75afd268f
commit 8dad3b28f1
1 changed files with 1 additions and 1 deletions

View File

@ -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 {