Hi,
I made a blog in Nuxt with Directus CMS. Now I load my blogposts based on my slug in my Directus CMS.
But when I go from my news overview page to my news slug page and then back to my news overview and then to ANOTHER news slug page. It shows the news item I selected the first time. It doesn't show the right one.
When I refresh I get the good one.
I use npm run generate to static deploy on my server and then upload the dist in my public_html
WARN Using experimental payload extraction for full-static output. You can opt-out by setting experimental.payloadExtraction to false.
How can this be solved? This is my fetch code, see screenshot.