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 db3c54f commit 98ef81fCopy full SHA for 98ef81f
.github/workflows/astro.yml
@@ -26,7 +26,7 @@ jobs:
26
run: npm run build
27
28
- name: Create CNAME file
29
- run: echo 'n0wayback.net' > ./dist/CNAME
+ run: echo 'www.n0wayback.net' > ./dist/CNAME
30
31
- name: Deploy to GitHub Pages
32
uses: peaceiris/actions-gh-pages@v3
src/data/honors.ts
@@ -7,6 +7,14 @@ export interface Honor {
7
}
8
9
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
+ },
18
// TPCTF 比赛数据
19
{
20
id: "tpctf_2025",
0 commit comments