Skip to content

Commit 41d51d9

Browse files
committed
Fix the Player page so that the data is found in a loader rather than the page.
1 parent f23068e commit 41d51d9

8 files changed

Lines changed: 884 additions & 1688 deletions

File tree

package-lock.json

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"dependencies": {
1212
"@observablehq/framework": "^1.13.3",
1313
"d3-dsv": "^3.0.1",
14-
"d3-time-format": "^4.1.0"
14+
"d3-time-format": "^4.1.0",
15+
"strip-bom": "^5.0.0"
1516
},
1617
"devDependencies": {
1718
"rimraf": "^5.0.5"

0 commit comments

Comments
 (0)