Skip to content

Commit 98ef81f

Browse files
committed
chores: add ACTF 2025 in honor and update CNAME file
1 parent db3c54f commit 98ef81f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/astro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: npm run build
2727

2828
- name: Create CNAME file
29-
run: echo 'n0wayback.net' > ./dist/CNAME
29+
run: echo 'www.n0wayback.net' > ./dist/CNAME
3030

3131
- name: Deploy to GitHub Pages
3232
uses: peaceiris/actions-gh-pages@v3

src/data/honors.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ export interface Honor {
77
}
88

99
export const honors: Honor[] = [
10+
// ACTF 2025
11+
{
12+
id: "actf_2025",
13+
name: "ACTF 2025",
14+
date: "2025-04-26",
15+
rank: "1st Place",
16+
isMilestone: true
17+
},
1018
// TPCTF 比赛数据
1119
{
1220
id: "tpctf_2025",

0 commit comments

Comments
 (0)