diff --git a/src/routes/blog/_posts.js b/src/routes/blog/_posts.js index a2a8903..256c71e 100644 --- a/src/routes/blog/_posts.js +++ b/src/routes/blog/_posts.js @@ -69,7 +69,7 @@ const posts = [
src/routes/blog/[slug].htmlsrc/routes/blog/[slug].svelteroutes directory. These are just .js files that export functions corresponding to HTTP methods, and receive Express request and response objects as arguments. This makes it very easy to, for example, add a JSON API such as the one powering this very page<a> elements, rather than framework-specific <Link> components. That means, for example, that this link right here, despite being inside a blob of HTML, works with the router as you'd expect.