diff --git a/src/pages/blog/shopify-developer-setup.mdx b/src/pages/blog/shopify-developer-setup.mdx deleted file mode 100644 index af693e9..0000000 --- a/src/pages/blog/shopify-developer-setup.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: ../../layouts/main.astro -date: 2022-08-18 -title: Optimizing performance of an old Shopify Theme (Part 1) -description: - Some tips and recommendations for optimizing and boosting performance of an - old Shopify theme. -exerpt: - Some tips and recommendations for optimizing and boosting performance of an - old Shopify theme. -image: https://images.unsplash.com/photo-1506818144585-74b29c980d4b?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzNTMzMzl8MHwxfGFsbHx8fHx8fHx8fDE2NjA3OTI2NjA&ixlib=rb-1.2.1&q=80&w=350&ar=16:9&fit=crop ---- \ No newline at end of file diff --git a/src/pages/church/[id].astro b/src/pages/church/[id].astro index 67c0ad5..0e1fa5b 100644 --- a/src/pages/church/[id].astro +++ b/src/pages/church/[id].astro @@ -66,7 +66,7 @@ const htmlData = marked.parse(mdGood); const title = pageData.properties.title.title[0].plain_text.split(" | ").splice(0, pageData.properties.title.title[0].plain_text.split(" | ").length - 1).join(" - "); const description = generalString.substring(0, 250); -console.log(description); +console.log(pageData.cover) const image = pageData.cover.external.url; --- @@ -77,6 +77,9 @@ const image = pageData.cover.external.url; blog={false} hasMainTitle={true} > -