Fix the image

This commit is contained in:
Luke Wilson 2025-05-17 13:36:36 -05:00
parent c81a9ed633
commit 1021049af0
3 changed files with 1 additions and 2 deletions

View File

@ -5,6 +5,5 @@ import sitemap from '@astrojs/sitemap';
// https://astro.build/config // https://astro.build/config
export default defineConfig({ export default defineConfig({
site: 'https://luke.frop.prof', site: 'https://luke.frop.prof',
base: 'site',
integrations: [sitemap()], integrations: [sitemap()],
}); });

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -16,7 +16,7 @@ import profile from '../images/me.jpeg';
<Header /> <Header />
<main> <main>
<div class="profile"> <div class="profile">
<Image src={profile} alt="My face." width={250} /> <img src={"/me.jpeg"} alt="My face." width={250} />
<div> <div>
<span class="name">Luke Wilson</span><br/> <span class="name">Luke Wilson</span><br/>
lukewilson.dev@gmail.com<br/> lukewilson.dev@gmail.com<br/>