mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
chore: replace priority attribute with loading="eager" for images
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ const NotFoundPage: React.FC = () => (
|
||||
<main className={ `${cls.page} not-found` }>
|
||||
<div className={ cls.illustration }>
|
||||
<h1>404...</h1>
|
||||
<Image src={ notFoundImage.src } alt={ notFoundImage.alt } priority />
|
||||
<Image src={ notFoundImage.src } alt={ notFoundImage.alt } loading="eager" />
|
||||
</div>
|
||||
<div className={ cls.content }>
|
||||
<div className={ cls.caption }>
|
||||
|
||||
Reference in New Issue
Block a user