mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Adapted base path.
This commit is contained in:
parent
fb56809e55
commit
2be73385e0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +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/',
|
base: '/',
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
search: {
|
search: {
|
||||||
provider: 'local'
|
provider: 'local'
|
||||||
|
|
Loading…
Reference in a new issue