File tree Expand file tree Collapse file tree 1 file changed +35
-1
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +35
-1
lines changed
Original file line number Diff line number Diff line change @@ -14,7 +14,41 @@ module.exports = {
14
14
title : 'NativeScript' ,
15
15
description : 'NativeScript docs' ,
16
16
17
- // head: [['link', { rel: 'stylesheet', href: '/styles.css' }]],
17
+ head : [
18
+ [ 'link' , { rel : 'stylesheet' , href : 'https://rsms.me/inter/inter.css' } ] ,
19
+ [ 'link' , { rel : 'preconnect' , href : 'https://fonts.gstatic.com' } ] ,
20
+
21
+ [
22
+ 'link' ,
23
+ {
24
+ rel : 'apple-touch-icon' ,
25
+ sizes : '180x180' ,
26
+ href : 'https://nativescript.org/apple-touch-icon.png' ,
27
+ } ,
28
+ ] ,
29
+ [
30
+ 'link' ,
31
+ {
32
+ rel : 'icon' ,
33
+ type : 'image/png' ,
34
+ sizes : '32x32' ,
35
+ href : 'https://nativescript.org/favicon-32x32.png' ,
36
+ } ,
37
+ ] ,
38
+ [
39
+ 'link' ,
40
+ {
41
+ rel : 'icon' ,
42
+ type : 'image/png' ,
43
+ sizes : '16x16' ,
44
+ href : 'https://nativescript.org/favicon-16x16.png' ,
45
+ } ,
46
+ ] ,
47
+ [
48
+ 'link' ,
49
+ { rel : 'manifest' , href : 'https://nativescript.org/site.webmanifest' } ,
50
+ ] ,
51
+ ] ,
18
52
19
53
themeConfig : {
20
54
repo : 'NativeScript/docs-new' ,
You can’t perform that action at this time.
0 commit comments