Skip to content

Commit

Permalink
feat: add google ads
Browse files Browse the repository at this point in the history
  • Loading branch information
Atipat committed Nov 29, 2023
1 parent 18273f8 commit 2fe8223
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 1 addition & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@

<meta name="google-site-verification" content="75eohuKjDd-_6O0q1bYRflvZg6oJdhYa_JnC8kVFw7s" />

<meta name="google-adsense-account" content="ca-pub-6332996084759514" />

<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6332996084759514"
Expand All @@ -56,7 +54,7 @@
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<div id="divadsensedisplaynone" style="display: none">
<div id="divadsensedisplaynone">
<!-- put here all adsense code -->
<script
async
Expand Down
6 changes: 0 additions & 6 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@
<router-view />
</div>
<ku-footer></ku-footer>
<div
id="adsgoeshere"
style="text-align: center"
class="bg-gray-300 dark:bg-gray-800 p-4"
v-html="adsenseContent"
></div>
</div>
</template>

Expand Down

1 comment on commit 2fe8223

@vercel
Copy link

@vercel vercel bot commented on 2fe8223 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ku-table – ./

ku-table-noboomta.vercel.app
ku-table-git-main-noboomta.vercel.app
ku-table.vercel.app

Please sign in to comment.