diff options
| -rw-r--r-- | src/layouts/Default.astro | 2 | ||||
| -rw-r--r-- | vercel.json | 12 |
2 files changed, 0 insertions, 14 deletions
diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index e9e7c53..1891915 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -36,8 +36,6 @@ const date = new Date(); <meta name="theme-color" content="#1B291F"/> <meta name="generator" content={Astro.generator} /> - <script defer data-domain="alee14.me" src="/js/script.js" data-api="/api/event"></script> - <ViewTransitions fallback="animate" /> <title>{title}</title> </head> diff --git a/vercel.json b/vercel.json deleted file mode 100644 index fd26c34..0000000 --- a/vercel.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "rewrites": [ - { - "source": "/js/script.js", - "destination": "https://plausible.io/js/script.js" - }, - { - "source": "/api/event", - "destination": "https://plausible.io/api/event" - } - ] -} |
