File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ import { defineConfig } from 'astro/config';
44// https://astro.build/config
55export default defineConfig ( {
66 site : 'https://matthewlabrecque.github.io' ,
7- base : '/website ' ,
7+ base : '/' ,
88
99} ) ;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments