From ed6308f21c9a572a0e4ea27ac9c46ebb52a299cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E7=AC=91=E5=AF=92?= Date: Thu, 2 May 2024 01:43:01 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20change=20domain=20=F0=9F=98=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yaml | 2 +- README.md | 2 +- src/configs/terminal.tsx | 4 ++-- src/configs/websites.ts | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6a3de79b..8f5c2c07 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -38,4 +38,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: dist - cname: portfolio.zxh.io + cname: portfolio.zxh.me diff --git a/README.md b/README.md index 707aa5c9..b4359fd5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # playground-macos -My portfolio website simulating macOS's GUI: https://portfolio.zxh.io +My portfolio website simulating macOS's GUI: https://portfolio.zxh.me Powered by [React](https://reactjs.org/) + [Zustand](https://zustand-demo.pmnd.rs/) + [UnoCSS](https://uno.antfu.me/) + [TypeScript](https://www.typescriptlang.org/) + [Vite](https://vitejs.dev/). diff --git a/src/configs/terminal.tsx b/src/configs/terminal.tsx index a30c676a..17f2bf09 100644 --- a/src/configs/terminal.tsx +++ b/src/configs/terminal.tsx @@ -85,11 +85,11 @@ const terminal: TerminalData[] = [ Personal Website:{" "} - https://zxh.io + https://zxh.me
  • diff --git a/src/configs/websites.ts b/src/configs/websites.ts index 67a27051..dc040074 100644 --- a/src/configs/websites.ts +++ b/src/configs/websites.ts @@ -7,8 +7,8 @@ const websites: WebsitesData = { { id: "my-blog", title: "Website", - img: "https://zxh.io/img/avatar.jpg", - link: "https://zxh.io/", + img: "https://zxh.me/img/avatar.jpg", + link: "https://zxh.me/", inner: true }, {