Skip to content

Commit 52d6283

Browse files
committed
fix: add correct base to docs url
1 parent 4d5b4d1 commit 52d6283

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { defineConfig } from "vitepress";
33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
55
title: "Texture",
6+
base: "/Texture/",
67
description: "Structured Text Analytics",
78
head: [["link", { rel: "icon", href: "/icon.svg" }]],
89
themeConfig: {

0 commit comments

Comments
 (0)