From b5edcde638c4a44a9ee20803bf267a5a6c31c872 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Fri, 15 Dec 2023 23:18:58 +0100 Subject: [PATCH] cleanup --- website/src/components/HeadCommonNew.astro | 58 ---------------------- website/src/pages/vanilla/index.astro | 5 -- 2 files changed, 63 deletions(-) delete mode 100644 website/src/components/HeadCommonNew.astro diff --git a/website/src/components/HeadCommonNew.astro b/website/src/components/HeadCommonNew.astro deleted file mode 100644 index 9f323a7a..00000000 --- a/website/src/components/HeadCommonNew.astro +++ /dev/null @@ -1,58 +0,0 @@ ---- -import { pwaInfo } from 'virtual:pwa-info'; -import '../styles/index.css'; - -const { BASE_URL } = import.meta.env; -const baseNoTrailing = BASE_URL.endsWith('/') ? BASE_URL.slice(0, -1) : BASE_URL; ---- - - - - - - - - - - - - - - - - - - - - - - - -{pwaInfo && } - - diff --git a/website/src/pages/vanilla/index.astro b/website/src/pages/vanilla/index.astro index d5c41d6d..d4ea40b8 100644 --- a/website/src/pages/vanilla/index.astro +++ b/website/src/pages/vanilla/index.astro @@ -1,10 +1,5 @@ ---- -import HeadCommonNew from '../../components/HeadCommonNew.astro'; ---- - - Strudel Vanilla REPL