Skip to content

Commit

Permalink
fix: reference to plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Dec 16, 2023
1 parent 7e6c527 commit 0aeb69a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ www
yarn-error.log
production
data
_archive
_archive
upload-free.sh
scripts/add-plausible.tsx
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
</style>

<script type="module" src="/briefing-config.js"></script>
<script defer data-domain="brie.fi" src="https://data.holtwick.de/js/plausible.js"></script>

<link rel="manifest" href="manifest.json">
</head>

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.6"
"vue-tsc": "^1.8.6",
"zeed-dom": "^0.12.5"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 0aeb69a

Please sign in to comment.