From a7cb0191026c790b8587be9329e3ee1cee8b21ca Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 19 Apr 2018 11:05:29 -0400 Subject: [PATCH] update to v2 --- package.json | 2 +- routes/4xx.html | 4 ++-- routes/5xx.html | 4 ++-- routes/_components/Layout.html | 2 +- routes/_components/Nav.html | 6 +++--- routes/about.html | 4 ++-- routes/blog/[slug].html | 10 +++++----- routes/blog/index.html | 10 +++++----- routes/index.html | 4 ++-- webpack/client.config.js | 2 -- webpack/server.config.js | 2 -- 11 files changed, 23 insertions(+), 27 deletions(-) diff --git a/package.json b/package.json index 7830d21..b62a1e3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "polka": "^0.3.4", "sapper": "^0.10.0", "serve-static": "^1.13.1", - "svelte": "^1.57.3", + "svelte": "^2.0.0", "svelte-loader": "^2.3.3", "webpack": "^4.1.0" } diff --git a/routes/4xx.html b/routes/4xx.html index 0a98eb7..21d4dfa 100644 --- a/routes/4xx.html +++ b/routes/4xx.html @@ -1,6 +1,6 @@ -<:Head> + Not found - +

Not found

diff --git a/routes/5xx.html b/routes/5xx.html index b920a35..bbd413b 100644 --- a/routes/5xx.html +++ b/routes/5xx.html @@ -1,6 +1,6 @@ -<:Head> + Internal server error - +

Internal server error

diff --git a/routes/_components/Layout.html b/routes/_components/Layout.html index 64ac22e..f5e0742 100644 --- a/routes/_components/Layout.html +++ b/routes/_components/Layout.html @@ -1,4 +1,4 @@ -