From 0aeb69a310b7146a299f8ed42095dcde8d6ea5c6 Mon Sep 17 00:00:00 2001 From: Dirk Holtwick Date: Sat, 16 Dec 2023 20:23:31 +0100 Subject: [PATCH] fix: reference to plausible --- .gitignore | 4 +++- index.html | 2 -- package.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4bf284a..e580a6f 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,6 @@ www yarn-error.log production data -_archive \ No newline at end of file +_archive +upload-free.sh +scripts/add-plausible.tsx diff --git a/index.html b/index.html index e720ca5..51940fa 100644 --- a/index.html +++ b/index.html @@ -34,8 +34,6 @@ - - diff --git a/package.json b/package.json index e9cbc96..4c3c481 100644 --- a/package.json +++ b/package.json @@ -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"