cuts staging from master #918

Merged
jessopb merged 15 commits from master into staging 2019-02-16 22:31:54 +01:00
Showing only changes of commit 00b2f44a4f - Show all commits

View file

@ -31,7 +31,11 @@ function Logo () {
export default Logo; export default Logo;
``` ```
Restart the server, and you should see your site with a new Logo in the top left corner! Rebuild and restart the server, and you should see your site with a new Logo in the top left corner!
```
$ npm run build
```
Then
``` ```
$ npm run start $ npm run start
``` ```