From e79cdd3ce835b43cf3bdd0ea9c1cbd5c94ef4a10 Mon Sep 17 00:00:00 2001 From: Erick Ruiz de Chavez Date: Tue, 13 Apr 2021 08:54:03 -0400 Subject: [PATCH] Update build script; update contact path --- _content/contact.njk | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {