diff --git a/src/config.ts b/src/config.ts
index ad58633..60e613a 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -43,10 +43,10 @@ export default {
HanAnalytics: { enable: true, server: 'https://analytics.vvhan.com', siteId: 'Hello-HanHexoBlog' },
// Google 广告
GoogleAds: {
- ad_Client: 'ca-pub-3037456000720711',
+ ad_Client: 'ca-pub-xxxxxx',
// 侧边栏广告(不填不开启)
- asideAD_Slot: ``,
+ asideAD_Slot: ``,
// 文章页广告(不填不开启)
- articleAD_Slot: ``
+ articleAD_Slot: ``
},
}
\ No newline at end of file