From 93eec052863c85a4c6b0863a4f1a7374a51774d1 Mon Sep 17 00:00:00 2001 From: EvgenyWas Date: Mon, 2 Sep 2024 21:50:15 +0100 Subject: [PATCH] refactor: remove preload of home page parallax image --- pages/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/index.vue b/pages/index.vue index 184e49e..b38e0cc 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -211,7 +211,6 @@ import { BEST_ARTICLES_LIMIT, MOST_VIEWED_ARTICLES_LIMIT } from '~/configs/prope const ARTICLE_IMAGE_FALLBACK = 'storage/app/article-fallback?height=450'; -useHead({ link: [{ href: 'storage/app/home-parallax', as: 'image', type: 'image/webp', rel: 'preload' }] }); useSeoMeta({ title: 'Nuxt 3 blog', description: