feat: add sitemap
Node.js CI / Lint and Test (pull_request) Successful in 1m24s

This commit is contained in:
2025-02-26 16:41:14 -08:00
parent 3294fdc1e4
commit 74d87e489e
2 changed files with 13 additions and 0 deletions
+7
View File
@@ -142,5 +142,12 @@ export const navigation = [
link: "/misc/music",
}
]
},
{
label: "Sitemap",
link: "https://sitemap.nhcarrigan.com",
attrs: {
target: "_blank",
}
}
];