commercelayer / demo-store-core

Commerce Layer Demo Store CORE
https://commercelayer.github.io/demo-store-core
MIT License
7 stars 20 forks source link

Search page fetches products on the client side rather than at build time #8

Closed marcomontalbano closed 1 year ago

marcomontalbano commented 1 year ago

What does this PR do?

Since /search page is excluded from being indexed, the page does not need to be statically generated with all the products. Moving this on the client side will make the build a bit faster and the page size smaller.