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;
----
-
-
-
-
-
-
-
-
-
-
-
-
-
-