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
|
||||
export default defineConfig({
|
||||
base: "/zrm",
|
||||
title: "ZRM",
|
||||
description: "Website of the ZRM library.",
|
||||
themeConfig: {
|
||||
|
|
Loading…
Reference in a new issue