/* eslint-disable import/prefer-default-export */ import getUrls from 'config/urls'; const { BASE_PATH } = getUrls(); function buildPath(filePath) { return String.prototype.concat(BASE_PATH, filePath); } export const metaFavicon = ( <> > );