-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase.json
More file actions
38 lines (38 loc) · 1.24 KB
/
firebase.json
File metadata and controls
38 lines (38 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"hosting": {
"public": "public",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"redirects": [
{
"source": "/",
"destination": "https://k-devcon.com/",
"type": 302
},
{
"source": "/devcon2024",
"destination": "https://k-devcon.com/entry/DEVCON-2024-%EC%BB%A8%ED%8D%BC%EB%9F%B0%EC%8A%A4%EB%A5%BC-%EA%B0%9C%EC%B5%9C-%ED%95%A9%EB%8B%88%EB%8B%A4-10122024",
"type": 302
},
{
"source": "/daejeon-membership",
"destination": "https://forms.gle/y8ymEMtdGp2WXFFeA",
"type": 302
},
{
"source": "/spring2025",
"destination": "https://k-devcon.com/entry/%EB%8C%80%EC%A0%84-K-DEVCON-%EB%8C%80%EC%A0%84%EC%97%90%EC%84%9C-Spring-%EC%8A%A4%ED%84%B0%EB%94%94%EB%A5%BC-%EC%8B%9C%EC%9E%91%ED%95%A9%EB%8B%88%EB%8B%A4",
"type": 302
},
{
"source": "/slack",
"destination": "https://join.slack.com/t/k-devcon/shared_invite/zt-32ez83sz4-8S56MB9JPITrWKrDxGTizQ",
"type": 302
},
{
"source": "/events",
"destination": "https://k-devcon.com/category/%EB%8D%B0%EB%B8%8C%EC%BD%98%20%ED%96%89%EC%82%AC%20%EC%9D%BC%EC%A0%95",
"type": 302
}
]
}
}