Hello everyone,
Is this the right way to query for slices on the homepage?
<slice-zone type="homepage" queryType="single" />
It seems like no matter how I write this query I get “Your SliceZone is empty”. It works on the other pages when I use it like this:
<slice-zone type="page" :uid="$route.params.uid" :lang="$route.params.lang" />
Anything I should do differently?