From f54aa9ef15d2ca2b2cf63d9a85da6d67b0f27749 Mon Sep 17 00:00:00 2001 From: Eric Wood Date: Sat, 9 Dec 2017 12:23:13 -0500 Subject: [PATCH] Fix deploy --- index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f8136a6..87ca05b 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/package.json b/package.json index 6c8da97..27b044c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "start": "parcel index.html", - "build": "parcel build index.html --no-minify", + "build": "parcel build index.html --no-minify --public-url ./", "test": "echo \"Error: no test specified\" && exit 1", "clean": "rm -rf dist" },