From 01cc2cec5c1af7d584528eb7e3cba0057f3d1992 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 17 Dec 2017 15:51:39 -0500 Subject: [PATCH] fix link --- package.json | 2 +- routes/api/blog/_posts.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 081c3e8..8ea2492 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "glob": "^7.1.2", "marked": "^0.3.7", "node-fetch": "^1.7.3", - "sapper": "^0.1.0", + "sapper": "^0.1.1", "serve-static": "^1.13.1", "style-loader": "^0.19.0", "svelte": "^1.49.1", diff --git a/routes/api/blog/_posts.js b/routes/api/blog/_posts.js index ef2293c..7fe65c5 100644 --- a/routes/api/blog/_posts.js +++ b/routes/api/blog/_posts.js @@ -14,7 +14,7 @@ const posts = [ html: `

First, you have to know what Svelte is. Svelte is a UI framework with a bold new idea: rather than providing a library that you write code with (like React or Vue, for example), it's a compiler that turns your components into highly optimized vanilla JavaScript. If you haven't already read the introductory blog post, you should!

-

Sapper is a Next.js-style framework (more on that here) built around Svelte. It makes it embarrassingly easy to create extremely high performance web apps. Out of the box, you get:

+

Sapper is a Next.js-style framework (more on that here) built around Svelte. It makes it embarrassingly easy to create extremely high performance web apps. Out of the box, you get: