Fix site base for production.
This commit is contained in:
parent
bc7b4ebc69
commit
1b2c3ee37f
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ import {defineConfig} from 'vitepress';
|
||||||
|
|
||||||
// https://vitepress.dev/reference/site-config
|
// https://vitepress.dev/reference/site-config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
base: "/zrm",
|
||||||
title: "ZRM",
|
title: "ZRM",
|
||||||
description: "Website of the ZRM library.",
|
description: "Website of the ZRM library.",
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
|
|
Loading…
Reference in a new issue