File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed
Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ export default {
66
77 // Global page headers: https://go.nuxtjs.dev/config-head
88 head : {
9- title : 'elucidate-frontend ' ,
10- titleTemplate : '%s - Elucidate' ,
9+ title : 'Home ' ,
10+ titleTemplate : '%s | Elucidate' ,
1111 htmlAttrs : {
12- lang : 'en' ,
12+ lang : 'en-AU ' ,
1313 } ,
1414 meta : [
1515 { charset : 'utf-8' } ,
@@ -19,18 +19,19 @@ export default {
1919 ] ,
2020 link : [
2121 { rel : 'icon' , href : 'branding/logo.svg' } ,
22- // Safari pinned tab icon
23- {
24- rel : 'mask-icon' ,
25- href : 'branding/elucidate-logo-mask.svg' ,
26- color : '#aeb0c7' ,
27- } ,
28- // iOS icon
29- {
30- rel : 'apple-touch-icon' ,
31- sizes : '180x180' ,
32- href : 'branding/apple-touch-icon.png' ,
33- } ,
22+ // TODO
23+ // // Safari pinned tab icon
24+ // {
25+ // rel: 'mask-icon',
26+ // href: 'branding/elucidate-logo-mask.svg',
27+ // color: '#aeb0c7',
28+ // },
29+ // // iOS icon
30+ // {
31+ // rel: 'apple-touch-icon',
32+ // sizes: '180x180',
33+ // href: 'branding/apple-touch-icon.png',
34+ // },
3435 ] ,
3536 } ,
3637
You can’t perform that action at this time.
0 commit comments