Skip to content

Commit

Permalink
close #69
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Mar 20, 2024
1 parent 0d6255c commit b4c6f2e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .vuepress/config-project.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ module.exports = {
rel: 'icon',
href: '/logo.png'
}],
['link', {
rel: 'manifest',
href: '/manifest.json'
}],
['meta', {
name: 'theme-color',
content: '#23a8e0'
Expand All @@ -26,17 +22,13 @@ module.exports = {
rel: 'apple-touch-icon',
href: '/logo.png'
}],
['meta', {
name: 'msapplication-TileImage',
content: '/logo.png'
}],
['meta', {
name: 'msapplication-TileColor',
content: '#000000'
}],
['script', {
async: true,
src: 'https://www.googletagmanager.com/gtag/js?id=G-66RGXZE185',
async: true,
src: 'https://www.googletagmanager.com/gtag/js?id=G-66RGXZE185',
}],
['script', {},
[
Expand All @@ -46,6 +38,7 @@ module.exports = {
],
themeConfig: {
logo: '/logo.svg',
pwa: false,
docsRepo: 'chevereto/v4-docs',
docsBranch: 'main',
smoothScroll: false,
Expand Down

0 comments on commit b4c6f2e

Please sign in to comment.