From 42331d52f62bdbbcce93c16c947af044a71ce5b6 Mon Sep 17 00:00:00 2001 From: salomonelli Date: Wed, 13 Sep 2017 21:50:23 +0200 Subject: [PATCH] FIX assets poath --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index 196da1f..1641cf8 100755 --- a/config/index.js +++ b/config/index.js @@ -25,7 +25,7 @@ module.exports = { env: require('./dev.env'), port: 8080, autoOpenBrowser: true, - assetsSubDirectory: 'static', + assetsSubDirectory: '/static', assetsPublicPath: '/', proxyTable: {}, // CSS Sourcemaps off by default because relative paths are "buggy"