feat: add contact page

This commit is contained in:
Devin Haska 2025-01-24 14:40:29 -08:00
parent 8785c3d23b
commit b2e692b6e9
3 changed files with 95 additions and 1 deletions

View file

@ -10,6 +10,5 @@ export default {
social: {
github: "https://github.com/wonderfulfrog",
mastodon: "https://mastodon.social/@wonderfulfrog",
lastfm: "https://www.last.fm/user/wonderfulfrog",
},
};

View file

@ -27,6 +27,10 @@ export default {
},
],
bottom: [
{
text: "Contact",
url: "/contact",
},
{
text: "Colophon",
url: "/colophon",