Fix favicon config and open git.mjfs.us in the same tab

This commit is contained in:
mitchell 2024-07-10 18:38:57 -04:00
parent 69c7b14c0f
commit cb58380f5e
3 changed files with 7 additions and 4 deletions

View File

@ -4,17 +4,20 @@ import { defineConfig } from "vitepress";
export default defineConfig({
title: "Mitchell Simon",
description: "Software Engineer",
head: [["link", { rel: "icon", href: "/favicon.ico" }]],
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" },
{ text: "Contact", link: "/contact" },
{ text: "Git", link: "http://git.mjfs.us/explore/repos" },
{
text: "Git",
link: "http://git.mjfs.us/explore/repos",
target: "_self",
},
],
sidebar: [

BIN
bun.lockb

Binary file not shown.

View File

@ -1,6 +1,6 @@
# Mystro
## Lead Developer
## Chief Engineer
#### July 2022 - Present