Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2876750

Browse files
authored
fix(docs): use base '/' for custom domain and add CNAME file (#129)
- Change VitePress base from '/opencli/' to '/' for custom domain opencli.info - Add docs/public/CNAME so GitHub Pages preserves custom domain on re-deploy
1 parent 4ab4f88 commit 2876750

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from 'vitepress'
22

33
export default defineConfig({
4-
base: '/opencli/',
4+
base: '/',
55
title: 'OpenCLI',
66
description: 'Make any website or Electron App your CLI — AI-powered, account-safe, self-healing.',
77

docs/public/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
opencli.info

0 commit comments

Comments
 (0)