diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 5b6e669..dc3e78a 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -6,7 +6,6 @@ import { DISABLE_ALL_EXTERNAL_REQUESTS, VERT_NAME } from "$lib/util/consts.js"; import * as Layout from "$lib/components/layout"; import * as Navbar from "$lib/components/layout/Navbar"; - import featuredImage from "$lib/assets/VERT_Feature.webp"; import { Settings } from "$lib/sections/settings/index.svelte"; import { files, @@ -144,7 +143,7 @@ property="og:description" content="With VERT, you can quickly convert any image, video, audio, and document file. No ads, no tracking, open source, and all processing (other than video) is done on your device." /> - + @@ -156,7 +155,7 @@ property="twitter:description" content="With VERT, you can quickly convert any image, video, audio, and document file. No ads, no tracking, open source, and all processing (other than video) is done on your device." /> - + {#if enablePlausible} diff --git a/src/lib/assets/VERT_Feature.webp b/static/VERT_Feature.webp similarity index 100% rename from src/lib/assets/VERT_Feature.webp rename to static/VERT_Feature.webp diff --git a/static/banner.png b/static/banner.png deleted file mode 100644 index bb11466..0000000 Binary files a/static/banner.png and /dev/null differ