Skip to content

Commit 5280bdf

Browse files
committed
fix: 文档层面更换域名
1 parent 6b02901 commit 5280bdf

6 files changed

Lines changed: 7 additions & 9 deletions

File tree

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 提交代码时请提交本文件而不是实际的 .env,真实密钥请存放在个人或 CI 配置中。
33

44
# NextAuth 基本配置
5-
AUTH_URL=http://localhost:3000
5+
AUTH_URL=http://localhost:3000 #https://involutionhell.com
66
# 生成 32 字节以上的随机字符串,可用 openssl: `openssl rand -base64 32`
77
AUTH_SECRET=
88
# GitHub OAuth App 的 Client ID / Secret,可在 GitHub Developer settings 中创建

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ pnpm export
318318

319319
本仓库配置了 **GitHub Actions**,push 到 `main` 分支会自动构建并部署到:
320320

321-
👉 [https://involutionhell.github.io/](https://involutionhell.github.io/)
321+
👉 [https://involutionhell.com/](https://involutionhell.com/)
322322

323323
无需手动操作。
324324

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
<p align="center">
6-
<a href="https://involutionhell.github.io">
6+
<a href="https://involutionhell.com">
77
<img src="./public/mascot.svg" width="150">
88
</a>
99
</p>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
<p align="center">
6-
<a href="https://involutionhell.github.io">
6+
<a href="https://involutionhell.com">
77
<picture>
88
<!-- Dark mode logo -->
99
<source media="(prefers-color-scheme: dark)" srcset="./public/logo/logoInDark.svg">

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Security Policy
22

3-
Thanks for helping keep involutionhell.github.io safe. We run a public-facing Next.js site deployed to Vercel, so even seemingly small bugs can have a big impact. Please follow the guidance below if you discover a vulnerability.
3+
Thanks for helping keep involutionhell.com safe. We run a public-facing Next.js site deployed to Vercel, so even seemingly small bugs can have a big impact. Please follow the guidance below if you discover a vulnerability.
44

55
## Supported Versions
66

app/components/Footer.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,11 @@ export function Footer() {
4848
<ul className="space-y-2">
4949
<li>
5050
<a
51-
href="https://involutionhell.github.io/docs/ai"
52-
target="_blank"
53-
rel="noopener noreferrer"
51+
href="/docs/ai"
5452
className="text-muted-foreground hover:text-foreground transition-colors flex items-center"
5553
>
5654
知识库
57-
<ExternalLink className="ml-1 h-3 w-3" />
55+
<ExternalLink className="ml-1 h-3 w-3" aria-hidden="true" />
5856
</a>
5957
</li>
6058
<li>

0 commit comments

Comments
 (0)