Skip to content

Commit 5842b78

Browse files
fixed base in vitepress
1 parent fca7c8e commit 5842b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5-
base: "typeforge",
5+
base: "/typeforge/",
66
title: "Typeforge Docs",
77
description: "A Type Function utility library for Luau.",
88
themeConfig: {

0 commit comments

Comments
 (0)