Omnislash
Omnislash
NNuxt
Created by Abou on 11/13/2024 in #❓・help
How to change .icon of my website ?
If you nuxt build the project and launch the real deal, is it still the wrong icon ?
17 replies
NNuxt
Created by Abou on 11/13/2024 in #❓・help
How to change .icon of my website ?
Hello Did you figure it out ? Have you rebuilt your project? Your favicon is indeed an .ico and not a png ?
17 replies
NNuxt
Created by MinecraftStorage on 10/18/2024 in #❓・help
Can you deploy Nuxt as SSR on Cloudflare pages?
I asked to google pages what he was seeing and it was working well
15 replies
NNuxt
Created by MinecraftStorage on 10/18/2024 in #❓・help
Can you deploy Nuxt as SSR on Cloudflare pages?
wtf no sorry I HAD to try already, the fastest try in my life between two meetings !
15 replies
NNuxt
Created by MinecraftStorage on 10/18/2024 in #❓・help
Can you deploy Nuxt as SSR on Cloudflare pages?
so far I used generate because I wanted static without ssr
15 replies
NNuxt
Created by MinecraftStorage on 10/18/2024 in #❓・help
Can you deploy Nuxt as SSR on Cloudflare pages?
so you should indeed have SSR without too much trouble
15 replies
NNuxt
Created by MinecraftStorage on 10/18/2024 in #❓・help
Can you deploy Nuxt as SSR on Cloudflare pages?
No description
15 replies
NNuxt
Created by MinecraftStorage on 10/18/2024 in #❓・help
Can you deploy Nuxt as SSR on Cloudflare pages?
In the link I gave you they say to leverage SSR you have to use "nuxt build"
15 replies
NNuxt
Created by MinecraftStorage on 10/18/2024 in #❓・help
Can you deploy Nuxt as SSR on Cloudflare pages?
@MinecraftStorage funny question, it's what I have to check in the following couple weeks
15 replies
NNuxt
Created by Kernel Panic on 10/18/2024 in #❓・help
Dealing with useFetch / useAsyncFetch with headers and baseUrl
but if you totally go overboard, you can fully overload everything, just mind the lifecycle and the nuxt context
11 replies
NNuxt
Created by Kernel Panic on 10/18/2024 in #❓・help
Dealing with useFetch / useAsyncFetch with headers and baseUrl
you'll be able to have you $ownFetch with your configuration and it will not limit you to use Pinia
11 replies
NNuxt
Created by Kernel Panic on 10/18/2024 in #❓・help
Dealing with useFetch / useAsyncFetch with headers and baseUrl
If you don't need to complicate it too much for your needs, the best is most likely to just follow this nice nuxt recipe to achieve it : https://nuxt.com/docs/guide/recipes/custom-usefetch#custom-usefetch
11 replies
NNuxt
Created by Kernel Panic on 10/18/2024 in #❓・help
Dealing with useFetch / useAsyncFetch with headers and baseUrl
If you are into something fully SEO friendly or for any other reason with high SSR consideration, I guess it's better to follow the path but I couldn't explain why exactly ^^
11 replies
NNuxt
Created by Kernel Panic on 10/18/2024 in #❓・help
Dealing with useFetch / useAsyncFetch with headers and baseUrl
That being said, I heard Pinia is powerful and useful with SSR consideration. Personally, I consider it too big and complicated to be worth maintaining if you don't need something sophisticated
11 replies
NNuxt
Created by Kernel Panic on 10/18/2024 in #❓・help
Dealing with useFetch / useAsyncFetch with headers and baseUrl
since it's a SPA, there is no problem caching the data in composables for exemple and doing whatever you want with it
11 replies
NNuxt
Created by Kernel Panic on 10/18/2024 in #❓・help
Dealing with useFetch / useAsyncFetch with headers and baseUrl
With that in mind, I fully overloaded $fetch on a project because I needed it to be without any SSR
11 replies
NNuxt
Created by Kernel Panic on 10/18/2024 in #❓・help
Dealing with useFetch / useAsyncFetch with headers and baseUrl
the useAsyncData is the brick that allows SSR, so it's indeed not safe for user actions... more directly don't POST with it ^^"
11 replies
NNuxt
Created by Kernel Panic on 10/18/2024 in #❓・help
Dealing with useFetch / useAsyncFetch with headers and baseUrl
First : useFetch is the combination of useAsyncData and ofetch (imported as $fetch indeed)
11 replies
NNuxt
Created by Kernel Panic on 10/18/2024 in #❓・help
Dealing with useFetch / useAsyncFetch with headers and baseUrl
I have a lot to say to all that but... keep in mind i'm no expert and it's my opinion ^^
11 replies