We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d33b9 commit 4db7be9Copy full SHA for 4db7be9
src/constants.ts
@@ -1,3 +1,5 @@
1
export const SOCIAL_LINKS = {
2
linkedIn: "https://www.linkedin.com/in/skysteve/",
3
};
4
+
5
+export const PROJECTS = [{ name: "tic-tac-toe", url: "/tic-tac-toe" }];
0 commit comments