diff --git a/src/meta/tags.js b/src/meta/tags.js index 343bb960c3..3b3e1e9e10 100644 --- a/src/meta/tags.js +++ b/src/meta/tags.js @@ -33,7 +33,7 @@ Tags.parse = async (req, data, meta, link) => { noEscape: true, }, { name: 'theme-color', - content: meta.config.themeColor || '#ffffff', + content: Meta.config.themeColor || '#ffffff', }]; if (Meta.config.keywords) {