Hello!
Very stoked to be using Frontity and build Wordpress sites in React!
I’m still in the setup phase of my project, and am having trouble setting my homepage to be anything other than the posts page. This is despite these settings in frontity.settings.js:
"state": {
"source": {
"api": "http://www.maneater.dev.cc/wp-json",
"homepage": "/",
"postsPage": "/posts"
}
}
and having set my homepage to static page “home” and posts to a different page.
I’ve gone through similar questions here, and can’t seem to figure it out!
Here’s the repo to my project: https://github.com/haggisbreakfast/maneater-site.
Thanks!