Skip to content

Commit b5686f4

Browse files
fix(docs): set explicit base path to fix asset URLs on custom domain
1 parent 229b9f7 commit b5686f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import fs from 'node:fs'
44
import path from 'node:path'
55

66
export default defineConfig({
7+
base: '/',
78
title: 'Chief',
89
description: 'Autonomous PRD Agent — Write a PRD, run Chief, watch your code get built.',
910
head: [

0 commit comments

Comments
 (0)