- I have a cozy dev environnement
- I tried to launch cozy-ghost using the same workflow I used for cozy-photos :
nodemon server.js --ignore client/
(or npm start
) and brunch watch
in /client
.
I got an
ERROR: Your site url in config.js is invalid.
http://null/public/blog/
I assume it is server/ghost/config.js
, but I don't know what to change.