Skip to content

Commit

Permalink
fix(docs): remove double quotes around Umami data-website-id
Browse files Browse the repository at this point in the history
  • Loading branch information
benyn committed Dec 9, 2024
1 parent 1c5d3b7 commit 68420d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default defineConfig({
tag: "script",
attrs: {
src: "https://cloud.umami.is/script.js",
"data-website-id": '"29a12667-38cc-4ae0-a286-6fc63912f384"',
"data-website-id": "29a12667-38cc-4ae0-a286-6fc63912f384",
defer: true,
},
},
Expand Down

0 comments on commit 68420d8

Please sign in to comment.