@fy-/fws-vue 2.3.75 → 2.3.78

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.
@@ -183,7 +183,7 @@ const paginationLinks = computed(() => {
183
183
  try {
184
184
  // Parse the canonical URL once
185
185
  const canonicalUrl = new URL(url.Canonical)
186
- const baseUrl = `${url.Scheme}://${url.Host}${url.Path}`
186
+ const baseUrl = `https://${url.Host}${url.Path}`
187
187
 
188
188
  // Build query params object
189
189
  const currentQuery: Record<string, string> = {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.3.75",
3
+ "version": "2.3.78",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/fy-to/FWJS#readme",