Describe the bug
The CSS is missing from the 404 pages. This is because the CSS pages have been moved from the root directory for the docs. It could also be cause the deployment is at <BASE_URL>/MUSE2 and the 404.html is expecting the CSS to be at <BASE_URL>/
To Reproduce
View an invalid URL page like https://energysystemsmodellinglab.github.io/MUSE2/bad.html
Expected behavior
The 404 page should render in deployment the way it does when running mdbook serve -o
Describe the bug
The CSS is missing from the 404 pages. This is because the CSS pages have been moved from the root directory for the docs. It could also be cause the deployment is at
<BASE_URL>/MUSE2and the 404.html is expecting the CSS to be at<BASE_URL>/To Reproduce
View an invalid URL page like https://energysystemsmodellinglab.github.io/MUSE2/bad.html
Expected behavior
The 404 page should render in deployment the way it does when running
mdbook serve -o