-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.config.js
94 lines (92 loc) · 2.96 KB
/
theme.config.js
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
import Script from 'next/script'
export default {
// github: 'https://github.com/shuding/nextra',
// docsRepositoryBase: 'https://github.com/shuding/nextra/blob/master',
titleSuffix: ' – eduo eDnevnik API',
logo: (
<>
<span className="mr-2 font-extrabold hidden md:inline">
<img src="https://ucarecdn.com/ccc57c9d-d666-4605-98f7-9e5da4d1c76f/-/preview/130x130/" />
</span>
<span className="text-gray-600 font-normal hidden md:inline">
API kakvog učenici zaslužuju
</span>
</>
),
head: (
<>
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta httpEquiv="Content-Language" content="en" />
<meta name="description" content="API kakvog učenici zaslužuju" />
<meta name="og:description" content="API kakvog učenici zaslužuju" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:image"
content="https://ucarecdn.com/327d1937-a99e-4816-a822-afd626cc11ab"
/>
<meta name="twitter:site:domain" content="ocjene.eduo.help" />
<meta name="twitter:url" content="https://ocjene.eduo.help" />
<meta name="og:title" content="eduo eDnevnik API" />
<meta
name="og:image"
content="https://ucarecdn.com/327d1937-a99e-4816-a822-afd626cc11ab"
/>
<meta name="apple-mobile-web-app-title" content="eduo eDnevnik API" />
{/* <!-- Global site tag (gtag.js) - Google Analytics --> */}
<Script
src="https://www.googletagmanager.com/gtag/js?id=GA_MEASUREMENT_ID"
strategy="afterInteractive"
/>
<Script id="google-analytics" strategy="afterInteractive">
{`
window.dataLayer = window.dataLayer || [];
function gtag(){window.dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-33341RXW3G');
`}
</Script>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/android-icon-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="/favicon-96x96.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16x16.png"
/>
<meta
name="msapplication-TileImage"
content="https://ucarecdn.com/327d1937-a99e-4816-a822-afd626cc11ab/-/preview/144x144/"
/>
</>
),
search: true,
prevLinks: true,
nextLinks: true,
footer: true,
footerEditLink: 'Edit this page on GitHub',
footerText: <>{new Date().getFullYear()} © eduo.</>,
unstable_faviconGlyph: '🚀',
}