The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
I do have the Homepage defined in frontity-settings.js. I also have a separate posts page defined and it is all in sync with the settings inside Wordpress.
My Homepage has no slug though since it sits at “/”.
So this does not seem to be the problem
kasper4
Hi @nerdess
Try to change "homepage": "/", to "homepage": "/home",
nerdess5
aha! that was the solution!
I assumed the homepage has no slug
1 Like
kasper6
Great, that’s a very easy mistake to make. Good luck on the site!
juanma8
Hi @nerdess
Welcome to the Community!!
Glad to read you were able to solve your issue!
Thanks @kasper for the help
For further reference, the package in charge of getting the data from WordPress is wp-source. In its docs page you can find the details of these properties used to define a custom homepage:
From version 1.10 of the @frontity/wp-source package, the property state.source.apishould never be set manually by the end-users (it will be computed from the properties mentioned above)