Hi there,
I am trying to get the Head Tags from Yoast into my Setup.
Plugin is installed and activated, I am seeing the Head Tags at /wp-json/wp/v2/posts
- wp-source is updated to latest
- frontity.settings.js is updated with package
“@frontity/tiny-router”,
“@frontity/head-tags”, <-
“@frontity/html2react”
- head-tags is found under node_modules/@frontity/
What else am I missing?
Thanks in Advance
Hi @jolle775
We’re aware of this problem. I’ve created an issue here to try to get it resolved.
You can keep track of the issue there and we’ll post updates here once we have them.
1 Like
Hi @jolle775
Try following these troubleshooting steps. In particular ensure that you delete the node_modules
folders and package-lock.json
files from the local package folders as well as from the project root.
1 Like
worked like a charm! Thanks
2 Likes