basics
basics copied to clipboard
css breaks when baseURL is not /
Currently, css is hardcoded as
/css/stylesheet.css
But when baseURL is defined something like:
baseURL = "https://example.com/myhugo-experiments"
It obviously breaks.