From c820b6258f809fc0a02212c81de837689198f1e2 Mon Sep 17 00:00:00 2001 From: Francis Li Date: Fri, 8 Dec 2017 12:07:54 -0800 Subject: [PATCH] Fixes #494 removes extra / in webpack url references in index.html (#495) --- server/views/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/views/index.js b/server/views/index.js index ca21dc42..1a725960 100644 --- a/server/views/index.js +++ b/server/views/index.js @@ -7,7 +7,7 @@ export function renderIndex() { p5.js Web Editor - ${process.env.NODE_ENV === 'production' ? `` : ''} + ${process.env.NODE_ENV === 'production' ? `` : ''} @@ -21,8 +21,8 @@ export function renderIndex() { window.webpackManifest = ${JSON.stringify(chunkManifest)}; //]]>` : ''} - - + +