djmtype
Explore posts from serversPrerender RouteRules clarification
If I prender my api endpoint then build, and then start my dev server again, will it reference from the
.output
directory or make a new request from the source API?
I basically don't want or need to make any new requests during a development session because I'm fetching a bunch of data at once, and it will lead to a 429.2 replies
Nuxt Image and Netlify issues in SSG
Building my project
npm run generate
and previewing it locally work fine. All image paths are intact.
However, all images are broken from the public directory, running the same project on Netlify with npm run generate
with destination directory set to dist
.
What do I need to fix?17 replies