Closed rufuspollock closed 8 years ago
Currently css is broken on http://okfnlabs.org/handbook/
This is almost certainly because site is deployed at /handbook/ rather than a base domain. We just need to add the baseurl option.
/handbook/
baseurl
Note: when testing locally you will need to visit http://localhost:4000/handbook/ rather than just http://localhost:4000/
http://localhost:4000/handbook/
http://localhost:4000/
@gsilvapt I will fix this now.
Currently css is broken on http://okfnlabs.org/handbook/
This is almost certainly because site is deployed at
/handbook/
rather than a base domain. We just need to add thebaseurl
option.Note: when testing locally you will need to visit
http://localhost:4000/handbook/
rather than justhttp://localhost:4000/
@gsilvapt I will fix this now.