josh-collinsworth / sveltekit-blog-starter

A preconfigured SvelteKit static blog starter, with Sass, Markdown, MDSvex, Rehype, background preloading, and more. See the README for full details.
https://sveltekit-static-starter.netlify.app/
MIT License
419 stars 81 forks source link

update missing api routes #13

Closed JaKXz closed 2 years ago

JaKXz commented 2 years ago

As a follow up to your latest commit, this was the last thing needed to get build to pass successfully :) the prerender server requests cannot find these endpoints [as they're written atm].

netlify[bot] commented 2 years ago

Deploy Preview for sveltekit-static-starter failed.

Name Link
Latest commit 788911670013d1cd494b7833b7e4ad2f1f90fdce
Latest deploy log https://app.netlify.com/sites/sveltekit-static-starter/deploys/6318f0b86725510008f5fe49
JaKXz commented 2 years ago

ah nvm I only copied over the new routes/api/ folder but didn't migrate my existing routes. FWIW though the *.json folder name does work.

Sorry for the noise [again], but thanks for the help! :)