We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf2c6b commit 41ab1a7Copy full SHA for 41ab1a7
src/components/global/Banner.js
@@ -2,7 +2,7 @@ import React, { Component } from 'react';
2
import { Link } from 'react-router-dom';
3
import { withTranslation } from "react-i18next";
4
5
-var publicurl=process.env.PUBLIC_URL;
+var publicurl=process.env.PUBLIC_URL ?? '__PUBLIC_URL__';
6
7
/**
8
* Component that shows the old banner of sysnode
0 commit comments