mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
site: Add official website source
- Set VitePress base to '/docs/' for serving documentation at /docs/ route - Update favicon path in head config to '/docs/favicon.ico' - Add build:site script to build website and docs, then merge outputs
This commit is contained in:
@@ -3,9 +3,10 @@ import { defineConfig } from 'vitepress'
|
||||
export default defineConfig({
|
||||
title: 'HAPI',
|
||||
description: 'Control your AI agents from anywhere',
|
||||
base: '/docs/',
|
||||
|
||||
head: [
|
||||
['link', { rel: 'icon', href: '/favicon.ico' }],
|
||||
['link', { rel: 'icon', href: '/docs/favicon.ico' }],
|
||||
],
|
||||
|
||||
themeConfig: {
|
||||
|
||||
Reference in New Issue
Block a user