Filters while maintaining SSG
guys i met an interesting problem, i have a ecommerce site that uses Next13 SSG, but i want to have filters on the all product page. If i use searchParams I get yeeted out of SSG. is it possible to have filters while maintaining SSG?
maybe build param based paths for all possible combinations at build time? is there a better alternative?
maybe build param based paths for all possible combinations at build time? is there a better alternative?