Skip to content

Commit 4606ca8

Browse files
authored
Merge pull request #19 from rippro/fix/build-deploy-error
fix property rupc2024
2 parents 72d6d35 + e031259 commit 4606ca8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/EventList.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export const EventDetails: EventDetailsType = {
4747
begin: '2024/3/23',
4848
end: '2024/3/24'
4949
},
50+
judge: 'http://judge.u-aizu.ac.jp/onlinejudge/index.jsp',
5051
detailURL: 'https://rippro.connpass.com/event/309923/',
5152
problemSet: [
5253
{
@@ -68,7 +69,8 @@ export const EventDetails: EventDetailsType = {
6869
{ title: 'G: Skating', link: 'G_Skating.pdf' },
6970
{ title: 'H: miNIMum', link: 'H_miNIMum.pdf' },
7071
{ title: 'I: jucumber', link: 'I_jucumber.pdf' }
71-
]
72+
],
73+
place: '立命館大学 BKC'
7274
},
7375
rupc2019: {
7476
title: '立命合宿 2019',

0 commit comments

Comments
 (0)