We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5b4d1 commit 52d6283Copy full SHA for 52d6283
docs/.vitepress/config.mts
@@ -3,6 +3,7 @@ import { defineConfig } from "vitepress";
3
// https://vitepress.dev/reference/site-config
4
export default defineConfig({
5
title: "Texture",
6
+ base: "/Texture/",
7
description: "Structured Text Analytics",
8
head: [["link", { rel: "icon", href: "/icon.svg" }]],
9
themeConfig: {
0 commit comments