remove broken code

This commit is contained in:
Bastian Ike
2021-01-11 15:07:07 +01:00
parent 9998889b49
commit 1541eaf525
3 changed files with 1 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ exports.rings = [
];
// todo: fix
function assetUrl(file) {
return '/' + file;
return process.env.PUBLIC_URL + '/' + file;
// return `/techradar/assets/${file}`
}
exports.assetUrl = assetUrl;