@turnipxenon/pineapple 4.2.2 → 4.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,7 +22,9 @@
22
22
  title={parsnipEntry.basename}
23
23
  ogTitle={parsnipEntry.basename}
24
24
  ogDescription={parsnipEntry.tagline}
25
- ogImage={[`${getCmsBaseUrl()}/${parsnipEntry.preview}`]}
25
+ ogImage={parsnipEntry.preview
26
+ ? [`${getCmsBaseUrl()}/${parsnipEntry.preview}`]
27
+ : []}
26
28
  />
27
29
 
28
30
  <BlogTemplate pageMeta={pageMeta}>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@turnipxenon/pineapple",
3
3
  "description": "personal package for base styling for other personal projects",
4
- "version": "4.2.2",
4
+ "version": "4.2.3",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "vite build && yarn package",