@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 =
|
|
186
|
+
const baseUrl = `https://${url.Host}${url.Path}`
|
|
187
187
|
|
|
188
188
|
// Build query params object
|
|
189
189
|
const currentQuery: Record<string, string> = {}
|