From 2dfb872c7ee67863454f6421e7702e2227acf3af Mon Sep 17 00:00:00 2001 From: patrickwoodhead Date: Fri, 13 Dec 2024 10:05:20 -0500 Subject: [PATCH] plausible script tag --- observablehq.config.js | 2 +- src/index.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/observablehq.config.js b/observablehq.config.js index b5452a4..a206684 100644 --- a/observablehq.config.js +++ b/observablehq.config.js @@ -26,7 +26,7 @@ export default { // ], // Content to add to the head of the page, e.g. for a favicon: - head: '', + head: '', // The path to the source root. root: "src", diff --git a/src/index.md b/src/index.md index 00796f2..aa99131 100644 --- a/src/index.md +++ b/src/index.md @@ -2,6 +2,7 @@ toc: false --- + ```js import { LineGraph } from "./components/line-graph.js"; import { Histogram } from "./components/histogram.js";