feat: update hero image
This commit is contained in:
parent
7a5d2484d1
commit
4db5cc72a8
5 changed files with 7130 additions and 4 deletions
7126
pnpm-lock.yaml
Normal file
7126
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load diff
BIN
public/hero.jpg
BIN
public/hero.jpg
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
BIN
public/hero.webp
Normal file
BIN
public/hero.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -13,9 +13,9 @@ import siteConfig from '@/site-config'
|
|||
</p>
|
||||
<p>
|
||||
<img
|
||||
width="640"
|
||||
height="360"
|
||||
src="/hero.jpg"
|
||||
width="100%"
|
||||
height="auto"
|
||||
src="/hero.webp"
|
||||
loading="lazy"
|
||||
decoding="async"
|
||||
alt="Hero Image"
|
||||
|
|
|
@ -4,7 +4,7 @@ export const siteConfig = {
|
|||
subtitle: 'Vitesse theme for Astro, supports Vue and UnoCSS.',
|
||||
description: 'A Minimal, SEO-friendly portfolio and blog theme for Astro.',
|
||||
image: {
|
||||
src: '/hero.jpg',
|
||||
src: '/hero.webp',
|
||||
alt: 'Website Main Image',
|
||||
},
|
||||
email: 'kaivanwong@outlook.com',
|
||||
|
|
Loading…
Reference in a new issue