Skip to content

Commit

Permalink
refactor: remove preload of home page parallax image
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyWas committed Sep 2, 2024
1 parent 0778c49 commit 93eec05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 93eec05

Please sign in to comment.