From a7aa3c3478fbd07ee792fe4ce1a009b0400ff0bb Mon Sep 17 00:00:00 2001 From: Buck DeFore Date: Tue, 29 Dec 2015 08:29:49 -0800 Subject: [PATCH] default to not specifying staticPath --- config/universal-redux.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/universal-redux.config.js b/config/universal-redux.config.js index 94e150e..24ea985 100644 --- a/config/universal-redux.config.js +++ b/config/universal-redux.config.js @@ -30,7 +30,7 @@ module.exports = { // // Expects: String */ - staticPath: projectRoot + '/static', + // staticPath: projectRoot + '/static', /* // The path at which a favicon image will be served from using the `serve-favicon`