1
- export default {
2
- github : 'https://github.com/calcom/cal.com' ,
3
- docsRepositoryBase : 'https://github.com/calcom/cal.com/blob/main/apps/docs/pages' ,
4
- titleSuffix : ' | Cal.com' ,
5
- logo : (
6
- < h4 className = "m-0" >
7
- Cal.com
8
- </ h4 >
9
- ) ,
1
+ const themeConfig = {
2
+ github : "https://github.com/calcom/cal.com" ,
3
+ docsRepositoryBase : "https://github.com/calcom/cal.com/blob/main/apps/docs/pages" ,
4
+ titleSuffix : " | Cal.com" ,
5
+ logo : < h4 className = "m-0" > Cal.com</ h4 > ,
10
6
head : (
11
7
< >
12
8
< meta name = "msapplication-TileColor" content = "#ffffff" />
@@ -29,23 +25,9 @@ export default {
29
25
< meta name = "og:image" content = "https://cal.com/og-image.png" />
30
26
< meta name = "apple-mobile-web-app-title" content = "Cal.com Docs" />
31
27
32
- < link
33
- rel = "apple-touch-icon"
34
- sizes = "180x180"
35
- href = "/apple-touch-icon.png"
36
- />
37
- < link
38
- rel = "icon"
39
- type = "image/png"
40
- sizes = "32x32"
41
- href = "/favicon-32x32.png"
42
- />
43
- < link
44
- rel = "icon"
45
- type = "image/png"
46
- sizes = "16x16"
47
- href = "/favicon-16x16.png"
48
- />
28
+ < link rel = "apple-touch-icon" sizes = "180x180" href = "/apple-touch-icon.png" />
29
+ < link rel = "icon" type = "image/png" sizes = "32x32" href = "/favicon-32x32.png" />
30
+ < link rel = "icon" type = "image/png" sizes = "16x16" href = "/favicon-16x16.png" />
49
31
< link rel = "manifest" href = "/site.webmanifest" />
50
32
< link rel = "mask-icon" href = "/safari-pinned-tab.svg" color = "#000000" />
51
33
< meta name = "msapplication-TileColor" content = "#ff0000" />
@@ -56,8 +38,8 @@ export default {
56
38
prevLinks : true ,
57
39
nextLinks : true ,
58
40
footer : true ,
59
- footerEditLink : ' Edit this page on GitHub' ,
60
- footerText : (
61
- < > © { new Date ( ) . getFullYear ( ) } Cal.com, Inc. All rights reserved. </ >
62
- ) ,
63
- }
41
+ footerEditLink : " Edit this page on GitHub" ,
42
+ footerText : < > © { new Date ( ) . getFullYear ( ) } Cal.com, Inc. All rights reserved. </ > ,
43
+ } ;
44
+
45
+ export default themeConfig ;
0 commit comments