Adapted base path.

This commit is contained in:
SamTV12345 2024-03-27 19:11:42 +01:00
parent fb56809e55
commit 2be73385e0

View file

@ -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'