From 35737b5b5f834d1cb357348a89b51e17ebf8f3a8 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Sat, 15 Aug 2026 19:39:28 +0100 Subject: [PATCH] feat: #58 removed tracking scripts --- pnpm-workspace.yaml | 4 ++++ src/app.html | 44 +++++++++++++++++--------------------------- 2 files changed, 21 insertions(+), 27 deletions(-) create mode 100644 pnpm-workspace.yaml diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..1800359 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,4 @@ +allowBuilds: + '@parcel/watcher': true + '@tailwindcss/oxide': true + esbuild: true diff --git a/src/app.html b/src/app.html index 935ffbd..89be6d0 100644 --- a/src/app.html +++ b/src/app.html @@ -1,31 +1,21 @@ - - - - - - - - - %sveltekit.head% - - + + + + + + + + %sveltekit.head% - -
%sveltekit.body%
- - + + + + +
%sveltekit.body%
+ + + \ No newline at end of file