Skip to content

Commit 65cda79

Browse files
committed
format page titles
1 parent 6f94b8f commit 65cda79

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

client/nuxt.config.js

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)