Skip to content

Commit 06d16fc

Browse files
committed
updates and Wiki link
1 parent 59624c7 commit 06d16fc

6 files changed

Lines changed: 1593 additions & 30458 deletions

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@ yarn-error.log*
2727

2828
.tina/__generated__
2929
node_modules
30-
*storybook.log
30+
*storybook.log
31+
32+
# we use pnpm instead of npm and yarn
33+
package-lock.json
34+
yarn.lock

content/global/index.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
22
"title": "Snaccine",
33
"header": {
44
"logo": "/uploads/TUDelft_logo_white.svg",
5+
"recolor": false,
56
"nav": [
67
{
78
"label": "Home",
89
"href": "/"
910
},
1011
{
11-
"label": "About iGEM",
12-
"href": "/about-igem"
13-
},
12+
"label": "Snaccine",
13+
"href": "https://2025.igem.wiki/tu-delft"
14+
},
15+
{
16+
"label": "About iGEM",
17+
"href": "/about-igem"
18+
},
1419
{
1520
"label": "Previous Projects",
1621
"href": "",
@@ -19,7 +24,6 @@
1924
"label": "Nitroblast 2024",
2025
"href": "/nitroblast"
2126
}
22-
2327
]
2428
}
2529
]

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/pages/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)