Nuxt with Netlify functions
Hello, I would like to understand and ask if possible to deactivate functions from Netlify.
I'm generating my website under Nuxt v3, and I didn't known Netlify functions are running.
5 Replies
Any user can help me about this question?
I think you can set the build preset to node-server. I guess if it isn't explicitly set Netlify will use the netlify-edge or netlify-builder
https://nuxt.com/docs/getting-started/deployment#presets
Nuxt
Deployment · Get Started with Nuxt
Deploy on a Node.js server, pre-render for static hosting and to serverless or edge environments.
I have not tried this personally, so you might have to adjust the Netlify pipeline for the new output I suppose.
Depends what you want to do
If you want dynamic SSR then no.
If you want a static site, you can use
nuxi generate
as build commandOkay thank you for your responds!