Skip to content

Commit

Permalink
docs: ads
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 23, 2021
1 parent 6e832ba commit 8693c36
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
[
'style',
{},
'img { border-radius: 10px }' + 'h1.title { margin-left: 0.5em }'
'.content img { border-radius: 10px }' + 'h1.title { margin-left: 0.5em }'
]
],
themeConfig: {
Expand All @@ -25,6 +25,11 @@ module.exports = {
indexName: 'vitejs'
},

carbonAds: {
carbon: 'CEBIEK3N',
placement: 'vitejsdev'
},

nav: [
{ text: 'Guide', link: '/guide/' },
{ text: 'Config', link: '/config/' },
Expand Down

0 comments on commit 8693c36

Please sign in to comment.