@fy-/fws-vue 2.0.7 → 2.0.11

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.
@@ -111,8 +111,8 @@ export const useSeo = (seoData: Ref<LazyHead>, initial: boolean = false) => {
111
111
  keywords: () => seoData.value.keywords,
112
112
  articlePublishedTime: () => seoData.value.published,
113
113
  articleModifiedTime: () => seoData.value.modified,
114
- ogImage: () => seoData.value.image,
115
114
  ogImageSecureUrl: () => seoData.value.image,
115
+ ogImageUrl: () => seoData.value.image,
116
116
  ogImageType: () => {
117
117
  if (seoData.value.imageType) {
118
118
  return seoData.value.imageType
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.0.07",
3
+ "version": "2.0.11",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {