Skip to content

Commit

Permalink
fix(defaults): don't enable carbonAds by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr authored Feb 16, 2024
1 parent 8613e42 commit d2c167c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ export default function({base}) {
themeConfig: {
alert: false,
autometa: false,
carbonAds: {
code: 'CE7DCKJU',
placement: 'landodev',
},
carbonAds: undefined,
collections: {
post: {
frontmatter: {
Expand Down

0 comments on commit d2c167c

Please sign in to comment.