Skip to content

Commit

Permalink
chore: change domain 😢
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed May 2, 2024
1 parent 7b44b8a commit ed6308f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist
cname: portfolio.zxh.io
cname: portfolio.zxh.me
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/).

Expand Down
4 changes: 2 additions & 2 deletions src/configs/terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ const terminal: TerminalData[] = [
Personal Website:{" "}
<a
className="text-blue-300"
href="https://zxh.io"
href="https://zxh.me"
target="_blank"
rel="noreferrer"
>
https://zxh.io
https://zxh.me
</a>
</li>
<li>
Expand Down
4 changes: 2 additions & 2 deletions src/configs/websites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down

0 comments on commit ed6308f

Please sign in to comment.