Skip to content

Commit f4a9b22

Browse files
author
Carter
committed
content: about page
1 parent 86bbc74 commit f4a9b22

File tree

5 files changed

+509
-1482
lines changed

5 files changed

+509
-1482
lines changed

app/tag-data.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
"hackathons": 1,
33
"hackusf-2025": 1,
44
"hackbull-2025": 1,
5+
"python": 1,
6+
"programming": 2,
7+
"networking": 1,
58
"career": 1,
69
"cybersecurity": 1,
7-
"programming": 1,
810
"personal-goals": 1
911
}

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)