mirror of
https://github.com/lukewilson2002/site.git
synced 2025-06-15 07:43:51 +00:00
Fix the image
This commit is contained in:
parent
c81a9ed633
commit
1021049af0
@ -5,6 +5,5 @@ import sitemap from '@astrojs/sitemap';
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: 'https://luke.frop.prof',
|
||||
base: 'site',
|
||||
integrations: [sitemap()],
|
||||
});
|
||||
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
@ -16,7 +16,7 @@ import profile from '../images/me.jpeg';
|
||||
<Header />
|
||||
<main>
|
||||
<div class="profile">
|
||||
<Image src={profile} alt="My face." width={250} />
|
||||
<img src={"/me.jpeg"} alt="My face." width={250} />
|
||||
<div>
|
||||
<span class="name">Luke Wilson</span><br/>
|
||||
lukewilson.dev@gmail.com<br/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user