https://example.com/docs/), configure Vite's base option:12345678// vite.config.ts import { defineConfig } from 'vite' import { holocron } from '@holocron.so/vite' export default defineConfig({ base: '/docs/', plugins: [holocron()], })
/docs/quickstart) and currently also keeps root routes available/docs/assets/.../docs/llms.txt and /docs/docs.zip; root /llms.txt and /docs.zip remain available too/docs/ to the Holocron server:123location /docs/ { proxy_pass http://localhost:3000/docs/; }