We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd9290 commit 2bf2b89Copy full SHA for 2bf2b89
docs/.vitepress/config.js
@@ -4,6 +4,7 @@ import { defineConfig } from "vitepress"
4
export default defineConfig({
5
title: "Viur Administration",
6
description: "The administration interface for Viur 3 systems",
7
+ base: "/vi-admin/",
8
head: [["link", { rel: "icon", href: "/logo.png" }]],
9
themeConfig: {
10
// https://vitepress.dev/reference/default-theme-config
0 commit comments