Skip to content

Commit 697a370

Browse files
authored
Merge pull request #164 from codersforcauses/i79-add_favicon
I79 add favicon
2 parents d72131b + 65cda79 commit 697a370

File tree

5 files changed

+173
-6
lines changed

5 files changed

+173
-6
lines changed

client/nuxt.config.js

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,33 @@ 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' },
1616
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
1717
{ hid: 'description', name: 'description', content: '' },
1818
{ name: 'format-detection', content: 'telephone=no' },
1919
],
20-
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
20+
link: [
21+
{ rel: 'icon', href: 'branding/logo.svg' },
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+
// },
35+
],
2136
},
2237

2338
// Global CSS: https://go.nuxtjs.dev/config-css

client/static/avatar.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

client/static/branding/logo.svg

Lines changed: 154 additions & 1 deletion
Loading
18 KB
Loading

client/static/favicon.ico

-8.43 KB
Binary file not shown.

0 commit comments

Comments
 (0)