Skip to content

Commit e7dc2f8

Browse files
committed
fix: restore base path and correct favicon paths for GitHub Pages
1 parent 349802a commit e7dc2f8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.vitepress/config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ export default defineConfig({
44
title: "NullScript",
55
description:
66
"A fun parody programming language that transpiles to JavaScript",
7+
base: "/docs/",
78
head: [
8-
["link", { rel: "icon", href: "/logo.png" }],
9-
["link", { rel: "apple-touch-icon", href: "/logo.png" }],
9+
["link", { rel: "icon", href: "/docs/logo.png" }],
10+
["link", { rel: "apple-touch-icon", href: "/docs/logo.png" }],
1011
],
1112
themeConfig: {
1213
logo: {

0 commit comments

Comments
 (0)