flag fix
parent
f75afd268f
commit
8dad3b28f1
|
@ -65,7 +65,7 @@ const Header = () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const getFlagsPath = () => {
|
const getFlagsPath = () => {
|
||||||
const basePath = "public/flags";
|
const basePath = "/public/flags";
|
||||||
if (process.env.PUBLIC_URL) {
|
if (process.env.PUBLIC_URL) {
|
||||||
return `${process.env.PUBLIC_URL}/${basePath}`;
|
return `${process.env.PUBLIC_URL}/${basePath}`;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue