I’ve defined a Homepage in Wordpress (Settings > Reading > Homepage). The URL of this page is “/” and I’ve added content to it.
Now I am trying to fetch the content of that page in Frontity. However, when I am at localhost:3000 this
state.source.get(state.router.link)
gives me as result the type: “post”. Which means I get just the posts from Wordpress. I do not get the content of that Wordpress page.
Any hint would be great