Skip to content

Commit c4d6fd3

Browse files
add meta
1 parent d006f05 commit c4d6fd3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/.vuepress/config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
module.exports = {
22
title: 'Vue Content Loading',
33
description: 'Vue component to easily build (or use presets) SVG loading cards Facebook like',
4+
5+
head: [
6+
['link', { rel: 'icon', href: '/icon.png' }],
7+
['link', { rel: 'manifest', href: '/manifest.json' }],
8+
['meta', { name: 'theme-color', content: '#3eaf7c' }],
9+
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
10+
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }],
11+
['link', { rel: 'apple-touch-icon', href: '/icons/apple-touch-icon-152x152.png' }],
12+
],
13+
414
themeConfig: {
515
repo: 'LucasLeandro1204/vue-content-loading',
616
repoLabel: 'GitHub',

docs/.vuepress/public/icon.png

468 Bytes
Loading

0 commit comments

Comments
 (0)