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({
|
export default defineConfig({
|
||||||
title: "Mitchell Simon",
|
title: "Mitchell Simon",
|
||||||
description: "Software Engineer",
|
description: "Software Engineer",
|
||||||
|
head: [["link", { rel: "icon", href: "/favicon.ico" }]],
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
siteTitle: "mjfs.us",
|
siteTitle: "mjfs.us",
|
||||||
|
|
||||||
head: [["link", { rel: "icon", href: "/favicon.ico" }]],
|
|
||||||
|
|
||||||
nav: [
|
nav: [
|
||||||
{ text: "Home", link: "/" },
|
{ text: "Home", link: "/" },
|
||||||
{ text: "Experience", link: "/jobs/mystro" },
|
{ text: "Experience", link: "/jobs/mystro" },
|
||||||
{ text: "Contact", link: "/contact" },
|
{ 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: [
|
sidebar: [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Mystro
|
# Mystro
|
||||||
|
|
||||||
## Lead Developer
|
## Chief Engineer
|
||||||
|
|
||||||
#### July 2022 - Present
|
#### July 2022 - Present
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue