We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e088fa commit 866e64dCopy full SHA for 866e64d
src/pages/ads.txt.js
@@ -1,7 +1,7 @@
1
import { GOOGLE_CONFIG } from "@/utils/google-config";
2
3
export async function GET() {
4
- const adsTxtContent = `google.com, ${GOOGLE_CONFIG.ADSENSE_CLIENT_ID.replace('ca-pub-', '')}, DIRECT, f08c47fec0942fa0
+ const adsTxtContent = `google.com, pub-${GOOGLE_CONFIG.ADSENSE_CLIENT_ID.replace('ca-pub-', '')}, DIRECT, f08c47fec0942fa0
5
`;
6
7
return new Response(adsTxtContent, {
0 commit comments