@fy-/fws-vue 2.0.33 → 2.0.34

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.
@@ -135,7 +135,6 @@ export const useSeo = (seoData: Ref<LazyHead>, initial: boolean = false) => {
135
135
  if (seoData.value.image) {
136
136
  if (seoData.value.image.includes("?vars=")) {
137
137
  if (seoData.value.imageType) {
138
- remplace;
139
138
  return seoData.value.image.replace(
140
139
  "?vars=",
141
140
  `.${seoData.value.imageType.replace("image/", "")}?vars=`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.0.33",
3
+ "version": "2.0.34",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {