Ads experiments
This commit is contained in:
@@ -6,6 +6,13 @@ import { resolve } from 'path'
|
|||||||
export default defineConfig( {
|
export default defineConfig( {
|
||||||
title: 'KernelSU',
|
title: 'KernelSU',
|
||||||
locales: locales.locales,
|
locales: locales.locales,
|
||||||
|
head: [
|
||||||
|
['script', {
|
||||||
|
async: 'async',
|
||||||
|
src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2610070972052494',
|
||||||
|
crossorigin: 'anonymous',
|
||||||
|
}],
|
||||||
|
],
|
||||||
sitemap: {
|
sitemap: {
|
||||||
hostname: 'https://kernelsu.org'
|
hostname: 'https://kernelsu.org'
|
||||||
},
|
},
|
||||||
|
|||||||
1
website/docs/public/ads.txt
Normal file
1
website/docs/public/ads.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
google.com, pub-2610070972052494, DIRECT, f08c47fec0942fa0
|
||||||
Reference in New Issue
Block a user