Skip to content

Commit e11c1ac

Browse files
author
Todd Gardner
committed
headshot
1 parent df895d3 commit e11c1ac

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ export default defineConfig({
4141
'/r': {
4242
status: 301,
4343
destination: '/'
44+
},
45+
'/headshot': {
46+
status: 301,
47+
destination: '/headshot.jpg'
4448
}
4549
}
4650
})

0 commit comments

Comments
 (0)