mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Changed base path.
This commit is contained in:
parent
d004d19dd7
commit
e6338611b5
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ const commitRef = process.env.COMMIT_REF?.slice(0, 8) || 'dev'
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
title: "Etherpad Documentation",
|
title: "Etherpad Documentation",
|
||||||
description: "Next Generation Collaborative Document Editing",
|
description: "Next Generation Collaborative Document Editing",
|
||||||
|
base: '/etherpad-lite/',
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
nav: [
|
nav: [
|
||||||
|
|
Loading…
Reference in a new issue