SEO simple

This commit is contained in:
tangly1024
2023-06-11 11:29:32 +08:00
parent 8e6513f46b
commit 1e547f6214
4 changed files with 19 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ export const Header = (props) => {
<div className='flex space-x-6'>
<div className='hover:rotate-45 hover:scale-125 transform duration-200 cursor-pointer'>
{/* eslint-disable-next-line @next/next/no-img-element */}
<img src={avatar} className='rounded-full' width={130} alt={BLOG.AUTHOR} />
<img src={avatar} className='rounded-full' width={130} height={130} alt={BLOG.AUTHOR} />
</div>
<div className='flex-col flex justify-center'>