@@ -23,7 +23,9 @@ export default defineConfig({
2323 title : settings . title ,
2424 description : settings . description . short ,
2525 head : [
26- [ 'link' , { rel : 'icon' , href : '/favicon.ico' } ] ,
26+ [ 'link' , { rel : 'icon' , href : '/favicon.ico' , type : 'image/x-icon' } ] ,
27+ [ 'link' , { rel : 'apple-touch-icon' , sizes : '180x180' , href : '/images/logo.png' } ] ,
28+
2729 [ 'meta' , { name : 'darkreader-lock' } ] ,
2830
2931 [ 'meta' , { name : 'theme-color' , content : '#565aa9' } ] ,
@@ -60,6 +62,7 @@ export default defineConfig({
6062 { text : 'GitHub Organization' , link : 'https://github.com/django-files' } ,
6163 { text : 'Server Source Code' , link : 'https://github.com/django-files/django-files' } ,
6264 { text : 'Docs Source Code' , link : 'https://github.com/django-files/django-files.github.io' } ,
65+ { text : 'Meet Our Team' , link : '/team' } ,
6366 ] ,
6467 } ,
6568 ] ,
@@ -86,7 +89,6 @@ export default defineConfig({
8689 {
8790 text : 'Clients' ,
8891 link : '/clients' ,
89- collapsed : false ,
9092 items : [
9193 {
9294 text : 'Popular' ,
@@ -99,7 +101,7 @@ export default defineConfig({
99101 } ,
100102 {
101103 text : 'Native' ,
102- collapsed : false ,
104+ collapsed : true ,
103105 items : [
104106 { text : 'iOS' , link : '/clients/ios' } ,
105107 { text : 'Android' , link : '/clients/android' } ,
0 commit comments