Skip to content

Commit 42fda08

Browse files
mudongliangclaude
andauthored
Update website URL to hctt.openatom.club and add CLAUDE.md to gitignore (#357)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1e3f7ca commit 42fda08

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.LSOverride
55

66
# Icon must end with two \r
7-
Icon
7+
Icon
88

99
# Thumbnails
1010
._*
@@ -18,6 +18,9 @@ Icon
1818
.VolumeIcon.icns
1919
.com.apple.timemachine.donotpresent
2020

21+
# Claude Code
22+
CLAUDE.md
23+
2124
# Directories potentially created on remote AFP share
2225
.AppleDB
2326
.AppleDesktop

pages/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Site, SocialObjects } from "./types";
22

33
export const SITE: Site = {
4-
website: "https://hctt.hust.openatom.club/", // replace this with your deployed domain
4+
website: "https://hctt.openatom.club/", // replace this with your deployed domain
55
author: "HCTT",
66
desc: "",
77
title: "HCTT",

0 commit comments

Comments
 (0)