This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
fork-explorer
mirror of
https://github.com/lukechilds/fork-explorer.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29
Commits
2
Branches
0
Tags
232 KiB
Tree:
aae4cee861
master
refactor
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'aae4cee861'
${ noResults }
fork-explorer
/
frontend
/
aleph.config.js
4 lines
46 B
Raw
Normal View
History
Disable SSR SSR is causing problems with styled-components currently. This could be revisited when Aleph has official support for CSS-in-JSS.
4 years ago
export
default
{
ssr
:
false
,
// SPA mode
}
;