NuxtLink to dynamic page with Prismic data only works when opened in new tab

You will need to give your useAsyncData a unique ID. In this case use your UID name

await useAsyncData(name, () => client.getByUID("werk", name))

1 Like