diff --git a/themes/commerce/components/ArticleCopyright.js b/themes/commerce/components/ArticleCopyright.js index 2c559a5b..b418a655 100644 --- a/themes/commerce/components/ArticleCopyright.js +++ b/themes/commerce/components/ArticleCopyright.js @@ -15,7 +15,7 @@ export default function ArticleCopyright() { const { locale } = useGlobal() - if (!CONFIG.ARTICLE_COPYRIGHT) { + if (!siteConfig('COMMERCE_ARTICLE_COPYRIGHT', null, CONFIG)) { return <>> } @@ -40,7 +40,7 @@ export default function ArticleCopyright() { {locale.COMMON.COPYRIGHT}: {locale.COMMON.COPYRIGHT_NOTICE} - {siteConfig('ARTICLE_NOT_BY_AI', false, CONFIG) && ( + {siteConfig('COMMERCE_ARTICLE_NOT_BY_AI', false, CONFIG) && (