Skip to content

Commit 253a8a4

Browse files
committed
Config Updates
-fix missing favicon
1 parent 6b73a05 commit 253a8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { defineConfig } from "vitepress";
44
export default defineConfig({
55
title: "George Language",
66
description: "The George Programming Language",
7-
head: [["link", { rel: "icon", href: "/george_language_icon.svg" }]],
7+
head: [["link", { rel: "icon", href: "./george_language_icon.svg" }]],
88
base: "/www.george-lang.org/",
99
themeConfig: {
1010
// https://vitepress.dev/reference/default-theme-config

0 commit comments

Comments
 (0)