-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
41 lines (41 loc) · 1.19 KB
/
config.json
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
39
40
41
{
"data":{
"type": "local",
"name": "data"
},
"meta": {
"title": "PoinT Design System",
"description": "포인티 디자인 시스템은 포인티의 디자인을 통일하고, 디자인을 쉽게 적용할 수 있도록 도와주는 시스템입니다.",
"image": "https://port-0-psd-asset-server-eg4e2alkf2i7md.sel4.cloudtype.app/uploads/images/Logo.svg"
},
"logo": {
"image": "https://port-0-psd-asset-server-eg4e2alkf2i7md.sel4.cloudtype.app/uploads/images/Logo.svg",
"text": "PoinT"
},
"header": {
"title": "PoinT Design System",
"description": "포인티 디자인 시스템은 포인티의 디자인을 통일하고, 디자인을 쉽게 적용할 수 있도록 도와주는 시스템입니다."
},
"footer": {
"section": [
{
"linkTitle": "Social",
"links": [
{
"name": "Email",
"link": "mailto:yedol1@naver.com"
},
{
"name": "GitHub",
"link": "https://github.com/yedol1"
}
]
}
],
"copyright": "© 2023 PoinT Design System Demo ( 제작 : 이광렬 )"
},
"analytics": {
"type": "Google Analytics",
"id": ""
}
}