A static site generator for data apps, dashboards, reports, and more. Observable Framework combines JavaScript on the front-end for interactive graphics with any language on the back-end for data analysis.
For whatever reason, github cannot serve the css or js files, and they all 404.
And of course that means the site doesn't render:
My local build works fine, with the static site displaying for two server types (python -m http.server and npx http-server dist). Is this a github pages issue or a framework issue?
Using observable framework to build a static site to deploy to github pages.
Repo is here https://github.com/bjedwards/vuln4cast_presentation
Deployed to github pages here:
https://bjedwards.github.io/vuln4cast_presentation/
For whatever reason, github cannot serve the css or js files, and they all 404.
And of course that means the site doesn't render:
My local build works fine, with the static site displaying for two server types (
python -m http.server
andnpx http-server dist
). Is this a github pages issue or a framework issue?