We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3f7ca commit 42fda08Copy full SHA for 42fda08
2 files changed
.gitignore
@@ -4,7 +4,7 @@
4
.LSOverride
5
6
# Icon must end with two \r
7
-Icon
+Icon
8
9
# Thumbnails
10
._*
@@ -18,6 +18,9 @@ Icon
18
.VolumeIcon.icns
19
.com.apple.timemachine.donotpresent
20
21
+# Claude Code
22
+CLAUDE.md
23
+
24
# Directories potentially created on remote AFP share
25
.AppleDB
26
.AppleDesktop
pages/src/config.ts
@@ -1,7 +1,7 @@
1
import type { Site, SocialObjects } from "./types";
2
3
export const SITE: Site = {
- website: "https://hctt.hust.openatom.club/", // replace this with your deployed domain
+ website: "https://hctt.openatom.club/", // replace this with your deployed domain
author: "HCTT",
desc: "",
title: "HCTT",
0 commit comments