Browse Source

Disable SSR

SSR is causing problems with styled-components currently.
This could be revisited when Aleph has official support
for CSS-in-JSS.
refactor
Hampus Sjöberg 4 years ago
parent
commit
b2e66c3375
  1. 3
      frontend/aleph.config.js

3
frontend/aleph.config.js

@ -0,0 +1,3 @@
export default {
ssr: false, // SPA mode
};
Loading…
Cancel
Save