mirror of https://github.com/mitchell/mjfs-us.git
Fix favicon config and open git.mjfs.us in the same tab
This commit is contained in:
parent
69c7b14c0f
commit
cb58380f5e
|
@ -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: [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Mystro
|
||||
|
||||
## Lead Developer
|
||||
## Chief Engineer
|
||||
|
||||
#### July 2022 - Present
|
||||
|
||||
|
|
Loading…
Reference in New Issue