We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349802a commit e7dc2f8Copy full SHA for e7dc2f8
1 file changed
.vitepress/config.ts
@@ -4,9 +4,10 @@ export default defineConfig({
4
title: "NullScript",
5
description:
6
"A fun parody programming language that transpiles to JavaScript",
7
+ base: "/docs/",
8
head: [
- ["link", { rel: "icon", href: "/logo.png" }],
9
- ["link", { rel: "apple-touch-icon", href: "/logo.png" }],
+ ["link", { rel: "icon", href: "/docs/logo.png" }],
10
+ ["link", { rel: "apple-touch-icon", href: "/docs/logo.png" }],
11
],
12
themeConfig: {
13
logo: {
0 commit comments