Skip to content

Commit 426ac26

Browse files
...
1 parent bb0c806 commit 426ac26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import { defineConfig } from 'astro/config';
44
// https://astro.build/config
55
export default defineConfig({
66
site: 'https://matthewlabrecque.github.io',
7-
base: '/website',
7+
base: '/',
88

99
});

src/components/Header.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<script src="https://keepandroidopen.org/banner.js?link=https://example.com/android&hidebutton=off"></script>
66
<span id="name">MATT LABRECQUE</span>
77
<span id="links">
8-
<a class="link" href="/website/">Home</a>
9-
<a class="link" href="/website/blog/">Blog</a>
8+
<a class="link" href="/">Home</a>
9+
<a class="link" href="blog/">Blog</a>
1010
<a class="link" href="https://www.youtube.com/@mttylbrq">YouTube</a>
1111
<a class="link" href="https://github.com/matthewlabrecque">GitHub</a>
1212
</span>

0 commit comments

Comments
 (0)