Add favicon.ico and force Bun in package.json

This commit is contained in:
mitchell 2024-06-22 02:17:52 -04:00
parent 6b282b89e0
commit 13ff3ea38b
3 changed files with 9 additions and 6 deletions

View file

@ -7,6 +7,9 @@ export default defineConfig({
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
siteTitle: "mjfs.us",
head: [["link", { rel: "icon", href: "/favicon.ico" }]],
nav: [
{ text: "Home", link: "/" },
{ text: "Experience", link: "/jobs/mystro" },