Navigation fixes (#1095)

* Navigation fixes

* remove console log

* Fix prettier

* Fix legal pages as well
This commit is contained in:
Geometrically
2023-04-15 18:07:20 -07:00
committed by GitHub
parent fd28da2a3b
commit e56974f4b2
7 changed files with 109 additions and 107 deletions

View File

@@ -627,7 +627,7 @@ export default defineNuxtComponent({
}
if (offset > 0) {
queryItems.push(`o=${offset}`)
obj.offset = offset
obj.o = offset
}
if (facets.value.length > 0) {
queryItems.push(`f=${encodeURIComponent(facets.value)}`)