From e0a27d9eac07414067da7d324d9572c7893650f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Rivi=C3=A8re?= Date: Mon, 7 Oct 2024 23:22:01 +0200 Subject: [PATCH] root --- observablehq.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/observablehq.config.ts b/observablehq.config.ts index 4e1891a..c8f1cdd 100644 --- a/observablehq.config.ts +++ b/observablehq.config.ts @@ -2,7 +2,7 @@ import * as snapshots from "./test/snapshots.js"; export default { title: "d3-geo-polygon", - src: "docs", + root: "docs", output: "dist/docs", async *dynamicPaths() { for (const snapshot of Object.keys(snapshots)) {