diff --git a/_content/contact.njk b/_content/contact.njk index 716bc70..28e46d8 100644 --- a/_content/contact.njk +++ b/_content/contact.njk @@ -8,7 +8,7 @@ title: Contact document.querySelector('input[name="submit_time"]').value = parseInt((Date.now() - accessTime) / 1000, 10); } -
+ diff --git a/package.json b/package.json index b64396e..54e42c9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "scripts": { - "dev": "eleventy --serve", + "start": "eleventy --serve", "build": "NODE_ENV=production eleventy" }, "devDependencies": {