Skip to content

Commit

Permalink
plausible script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwoodhead committed Dec 13, 2024
1 parent 4ef4c56 commit 2dfb872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion observablehq.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
// ],

// Content to add to the head of the page, e.g. for a favicon:
head: '<link rel="icon" href="media/spark-with-bbox.png" type="image/png" sizes="32x32">',
head: '<link rel="icon" href="media/spark-with-bbox.png" type="image/png" sizes="32x32"><script defer data-domain="dashboard.filspark.com" src="https://plausible.io/js/script.js"></script>',

// The path to the source root.
root: "src",
Expand Down
1 change: 1 addition & 0 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
toc: false
---


```js
import { LineGraph } from "./components/line-graph.js";
import { Histogram } from "./components/histogram.js";
Expand Down

0 comments on commit 2dfb872

Please sign in to comment.