From 56bfe9d85ac7a4562f7835188594995febe5d7f4 Mon Sep 17 00:00:00 2001 From: zhengjw22 Date: Tue, 28 May 2024 19:45:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/astro.config.mjs | 4 ++-- pages/src/content/docs/guides/about.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/astro.config.mjs b/pages/astro.config.mjs index 93ab1b0..6f6a180 100644 --- a/pages/astro.config.mjs +++ b/pages/astro.config.mjs @@ -3,8 +3,8 @@ import starlight from '@astrojs/starlight'; // https://astro.build/config export default defineConfig({ - site: 'https://ibuilding-X.github.io', - base: '/driver-box', + site: 'https://ibuilding-X.github.io/driver-box/', + base: '/', integrations: [ starlight({ title: 'Driver-Box', diff --git a/pages/src/content/docs/guides/about.md b/pages/src/content/docs/guides/about.md index b1a4587..ae80c05 100644 --- a/pages/src/content/docs/guides/about.md +++ b/pages/src/content/docs/guides/about.md @@ -8,7 +8,7 @@ sidebar: ## 简介 driver-box 是一款支持泛化协议接入的边缘网关框架, 以插件化的形式融合了 Modbus、Bacnet、HTTP、MQTT 等主流协议,同时也支持基于TCP的各类私有化协议对接。 -![](/driver-box/framework.svg) +![](/framework.svg) 我们期望 driver-box 能够为相关人士提供更加高效、舒适的设备接入体验。