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 912c535 commit 7ce29aeCopy full SHA for 7ce29ae
src/index.server.ts
@@ -25,7 +25,7 @@ app.use(router.routes()).use(router.allowedMethods());
25
app.use(ssrMiddleware);
26
app.use(proxyMiddleware);
27
router.get('/ads.txt', (ctx) => {
28
- ctx.body = `google.com, pub-9161852896103498, DIRECT, f08c47fec0942fa0`;
+ ctx.body = `google.com, pub-5574866530496701, DIRECT, f08c47fec0942fa0`;
29
});
30
// router.post('/graphql', proxyMiddleware);
31
0 commit comments