Ads experiments

This commit is contained in:
weishu
2025-01-07 13:49:40 +08:00
parent 69f31abd62
commit dab95c16e5
2 changed files with 8 additions and 0 deletions

View File

@@ -6,6 +6,13 @@ import { resolve } from 'path'
export default defineConfig( {
title: 'KernelSU',
locales: locales.locales,
head: [
['script', {
async: 'async',
src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2610070972052494',
crossorigin: 'anonymous',
}],
],
sitemap: {
hostname: 'https://kernelsu.org'
},