Link: Builder.io: Visual Development Platform
Public Api Key: 541cc330eff44009b85058c56f93f6b2
cloudfront giving error to display content in preview window . ( working normal on live website ).
I have deployed my project on vercel. where i have 10 languages integerated and im using a custom component where im attaching reference to section model to render addons grid.we choose random addons from grid with some configuration.which add lots of property which im not using at all i just need few properties of that reference like ( title , image, description ).
is there any way i can limit the reference to fetch only needed properties to lower response body to less than 1mb. i have 36 addons right now but it starts working when my addons become 9. or i need to change my approach ??
NextJS , vercel