Thomas Bnt
Explore posts from serversDIAdiscord.js - Imagine a boo! 👻
•Created by Thomas Bnt on 10/25/2024 in #djs-questions
Can I pass a props into `interaction.showModal()` ?
I would like to pass a props into
interaction.showModal()
, because I've got separated events and my value channel
is in the command file. ([email protected])4 replies
CDCloudflare Developers
•Created by Thomas Bnt on 9/5/2024 in #pages-help
Error: Failed to publish your Function. Got error: Error 8000057: Rule (%s) in `routes.json` is over
Hello, I would like to deploy my website under Nuxt 3 under Cloudflare pages with
yarn run build
, but I've got this error
2 replies
DIAdiscord.js - Imagine a boo! 👻
•Created by Thomas Bnt on 8/1/2024 in #djs-questions
How to get the previous message from a message ?
Hello!
I would like to get the previous message from a message, and create a link like
https://discord.com/channels/${interaction.guild.id}/${message.channel.id}/${message.id}
. If I can make that, I would like help, thanks!10 replies
SEO 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