diff --git a/src/component/layout/index.js b/src/component/layout/index.js index 10dfc863..c2dea2ef 100644 --- a/src/component/layout/index.js +++ b/src/component/layout/index.js @@ -207,7 +207,7 @@ layout.favicon = { } else { - favicon.href = trimString('icon/favicon.svg'); + favicon.href = 'icon/favicon.svg'; };