From 69ed4852366ed6651ab2623c26903fee6d997138 Mon Sep 17 00:00:00 2001 From: GZTime Date: Sun, 27 Oct 2024 17:59:29 +0800 Subject: [PATCH] chore: change domain --- README.md | 2 +- docs/en/index.md | 2 +- docs/ja/index.md | 2 +- docs/zh/index.md | 2 +- rspress.config.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 58dfb4c..a2b4534 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ GZ::CTF is an open source CTF platform based on ASP.NET Core. -- Website: [https://ctf.gzti.me](https://ctf.gzti.me) +- Website: [https://gzctf.gzti.me](https://gzctf.gzti.me) - Repository: [https://github.com/GZTimeWalker/GZCTF](https://github.com/GZTimeWalker/GZCTF) diff --git a/docs/en/index.md b/docs/en/index.md index 153eb71..799fc6b 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -1,6 +1,6 @@ --- pageType: home -titleSuffix: "GZ::CTF" +titleSuffix: "GZ::CTF Docs" hero: name: GZ::CTF diff --git a/docs/ja/index.md b/docs/ja/index.md index fa6b6d1..23acf63 100644 --- a/docs/ja/index.md +++ b/docs/ja/index.md @@ -1,6 +1,6 @@ --- pageType: home -titleSuffix: "GZ::CTF" +titleSuffix: "GZ::CTF Docs" hero: name: GZ::CTF diff --git a/docs/zh/index.md b/docs/zh/index.md index 4fd5499..15e9386 100644 --- a/docs/zh/index.md +++ b/docs/zh/index.md @@ -1,6 +1,6 @@ --- pageType: home -titleSuffix: "GZ::CTF" +titleSuffix: "GZ::CTF Docs" hero: name: GZ::CTF diff --git a/rspress.config.ts b/rspress.config.ts index 478bcc1..700c324 100644 --- a/rspress.config.ts +++ b/rspress.config.ts @@ -12,7 +12,7 @@ export default defineConfig({ plugins: [ katex(), pluginSitemap({ - domain: "https://ctf.gzti.me", + domain: "https://gzctf.gzti.me", }), ], markdown: {