Skip to content

Commit b3ba994

Browse files
committed
更新文档链接,调整基础路径,添加 CNAME 文件以支持自定义域名
1 parent 9aacfed commit b3ba994

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A high-performance, schema-driven UI system built on **React 18**, **Tailwind CS
99
[![CI](https://github.com/objectql/object-ui/actions/workflows/ci.yml/badge.svg)](https://github.com/objectql/object-ui/actions/workflows/ci.yml)
1010
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1111

12-
[Documentation](https://objectui.org) · [Playground](https://object-ui.org/playground) · [Report Bug](https://github.com/objectql/object-ui/issues)
12+
[Documentation](https://www.objectui.org) · [Playground](https://www.objectui.org/playground) · [Report Bug](https://github.com/objectql/object-ui/issues)
1313

1414
</div>
1515

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { defineConfig } from 'vitepress'
44
export default defineConfig({
55
title: "Object UI",
66
description: "The Modular Interface Engine for the Enterprise",
7-
base: '/object-ui/',
7+
base: '/',
88
ignoreDeadLinks: true,
99

1010
themeConfig: {

docs/public/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.objectui.org

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "object-ui-monorepo",
33
"private": true,
4+
"homepage": "https://www.objectui.org",
45
"workspaces": [
56
"packages/*",
67
"examples/*",

0 commit comments

Comments
 (0)