mirror of
https://github.com/mitchell/mjfs-us.git
synced 2025-12-14 18:37:22 +00:00
Add favicon.ico and force Bun in package.json
This commit is contained in:
parent
6b282b89e0
commit
13ff3ea38b
3 changed files with 9 additions and 6 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue