Skip to content

Commit b94bc1f

Browse files
committed
GH-264 Define custom base path for docs deployed to GitHub pages
1 parent fb72035 commit b94bc1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { defineConfig } from 'vitepress'
33
export default defineConfig({
44
title: 'Javalin OpenAPI',
55
description: 'Compile-time OpenAPI integration for Javalin',
6+
base: '/javalin-openapi/',
67
appearance: 'dark',
78
themeConfig: {
89
siteTitle: 'Javalin OpenAPI',

0 commit comments

Comments
 (0)