Skip to content

Commit 8210ee9

Browse files
committed
feat(config): add CNAME for custom domain configuration
1 parent 88a3bdd commit 8210ee9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ide.unitmesh.cc

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const config = {
99
title: 'AutoDev - Open Source AI Coding Wizard',
1010
tagline: 'The AI-powered coding wizard with multilingual support',
1111
favicon: 'img/favicon.ico',
12-
url: 'https://unit-mesh.github.io',
13-
baseUrl: '/auto-dev/',
12+
url: 'https://ide.unitmesh.cc',
13+
baseUrl: '/',
1414
organizationName: 'unit-mesh',
1515
projectName: 'auto-dev',
1616
onBrokenLinks: 'warn',

0 commit comments

Comments
 (0)