Skip to content

Commit 28155c9

Browse files
Merge pull request #160 from kate-goldenring/plausible-analyytics
Add header to support plausible analytics
2 parents 7c4258a + 7386776 commit 28155c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

component-model/book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ title = "The WebAssembly Component Model"
88
[output.html]
99
git-repository-url = "https://github.com/bytecodealliance/component-docs/tree/main/component-model"
1010
edit-url-template = "https://github.com/bytecodealliance/component-docs/tree/main/component-model/{path}"
11+
additional-css = ["theme/head.hbs"]

component-model/theme/head.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<script defer data-domain="component-model.bytecodealliance.org" src="https://plausible.io/js/script.js"></script>

0 commit comments

Comments
 (0)