Thomas Bnt
Explore posts from serversSEO Cloudflare Pages doesn't work
Hello everybody ! 👋🏽
I would like to deploy my website under CF Pages.
There is the example, and if you check the SEO when you share on Discord or other social media, he doesn't show up.
The tags are here, but no preview.
https://nuxt-starter-58k.pages.dev/
Anyone can help me for that?
There is the public repository if you want see that :
https://github.com/thomasbnt/nuxt-starter-public
2 replies
router-link-exact-active with anchors
Hello, I would like to active/desactive
router-link-exact-active
but with anchors like http://example.com/#section1.
It's possible?2 replies
How to fetch data only when I build the website
Hello ! 👋
I'm migrating to Nuxt 3 and I would like to deploy my website with Netlify.
But I would like to fetch some data and that it be built without making HTTP requests to the relevant API on the client side.
At this moment, and under Nuxt 2, he works like :
How I can recreate that under Nuxt 3 to avoid useless HTTP request on Client side ?
3 replies