mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03: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({
|
||||
title: "Etherpad Documentation",
|
||||
description: "Next Generation Collaborative Document Editing",
|
||||
base: '/etherpad-lite/',
|
||||
base: '/',
|
||||
themeConfig: {
|
||||
search: {
|
||||
provider: 'local'
|
||||
|
|
Loading…
Reference in a new issue