diff --git a/cypress.json b/cypress.json index 27d948e..f5622fa 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,4 @@ { "baseUrl": "http://localhost:3000", - "videoRecording": false + "video": false } \ No newline at end of file diff --git a/package.json b/package.json index 6ae7f4e..cf2cdd1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "compression": "^1.7.1", "polka": "^0.4.0", - "sapper": "^0.13.0", + "sapper": "^0.14.0", "sirv": "^0.1.1" }, "devDependencies": { diff --git a/routes/5xx.html b/routes/5xx.html deleted file mode 100644 index 7f008e0..0000000 --- a/routes/5xx.html +++ /dev/null @@ -1,22 +0,0 @@ - - Internal server error - - -

Internal server error

- - \ No newline at end of file diff --git a/routes/4xx.html b/routes/_error.html similarity index 66% rename from routes/4xx.html rename to routes/_error.html index 9ff1ae7..72b3395 100644 --- a/routes/4xx.html +++ b/routes/_error.html @@ -1,20 +1,18 @@ - Not found + {status} -

Not found

+

{status}

-

Please check the URL

+

{error.message}