diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-11-06 20:26:07 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-11-06 20:26:07 +0100 |
| commit | b6ac99fdf07a58efe331c82905c513ca7ceb75e1 (patch) | |
| tree | 420b688630f8fd4dfc402c74de2cdbe2562bf8d2 /config/index.js | |
| parent | 1ae5223742415d69d3b6ec9fd46d04c85d8f787b (diff) | |
Use history routing.
Diffstat (limited to 'config/index.js')
| -rw-r--r-- | config/index.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/index.js b/config/index.js index fdfac8b2..6652048c 100644 --- a/config/index.js +++ b/config/index.js @@ -26,11 +26,6 @@ module.exports = { target: 'https://social.heldscal.la/', changeOrigin: true, cookieDomainRewrite: 'localhost' - }, - '/main': { - target: 'https://social.heldscal.la/', - changeOrigin: true, - cookieDomainRewrite: 'localhost' } }, // CSS Sourcemaps off by default because relative paths are "buggy" |
