Skip to content

Commit a4b7896

Browse files
committed
fix: 更新 ToGithub 组件的导入路径
1 parent 3ce291c commit a4b7896

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

content/docs/core/bash.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ icon: SquareTerminal
99
</Callout>
1010

1111

12-
import { ToGithub } from 'app/components/ToGithub'
12+
import { ToGithub } from '@/app/components/ToGithub'
1313

1414
<ToGithub repo="PaloMiku/MxShell" />
1515

content/docs/themes/kami.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Kami 主题
33
description: 一个简洁、优雅、现代的博客主题
44
---
55

6-
import { ToGithub } from 'app/components/ToGithub';
6+
import { ToGithub } from '@/app/components/ToGithub';
77

88
<ToGithub repo="mx-space/kami" />
99

content/docs/themes/shiro/deploy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 一个极简主义的个人网站,纸的纯净和雪的清新
44
icon: Hammer
55
---
66

7-
import { ToGithub } from 'app/components/ToGithub'
7+
import { ToGithub } from '@/app/components/ToGithub'
88
import Image from 'next/image'
99

1010
<ToGithub repo="Innei/Shiro" />

content/docs/themes/shiro/extra.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ icon: SquarePlus
1818

1919
Shiro 主题中,有一个可以在顶部显示博主当前正在做的事情的功能,这个功能是通过云函数和 ProcessReporter 软件实现的。
2020

21-
import { ToGithub } from 'app/components/ToGithub'
21+
import { ToGithub } from '@/app/components/ToGithub'
2222

2323
<ToGithub repo="mx-space/ProcessReporterMac" />
2424
<ToGithub repo="TNXG/ProcessReporterWinpy" />

content/docs/themes/yun.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Yun 主题
33
description: A light & fast & lovely mx web style.
44
---
5-
import { ToGithub } from 'app/components/ToGithub';
5+
import { ToGithub } from '@/app/components/ToGithub';
66

77
<ToGithub repo="mx-space/mx-web-yun" />
88

content/docs/usage/serverless.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 云函数
33
description: 使用 MixSpace 的云函数功能
44
---
55

6-
import { ToGithub } from 'app/components/ToGithub';
6+
import { ToGithub } from '@/app/components/ToGithub';
77

88

99
## 介绍

0 commit comments

Comments
 (0)