observablehq / framework

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.
https://observablehq.com/framework/
ISC License
2.13k stars 85 forks source link

self-host sample datasets #1449

Closed mbostock closed 2 weeks ago

mbostock commented 2 weeks ago

Fixes #1427 by adopting the new @observablehq/sample-datasets package. Also fixes an unfiled bug where import.meta.resolve(…) would generate a pointless modulepreload for non-JavaScript files (such as CSV files).