Skip to content

Commit 7ce29ae

Browse files
committed
fix: index.server.ts
1 parent 912c535 commit 7ce29ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ app.use(router.routes()).use(router.allowedMethods());
2525
app.use(ssrMiddleware);
2626
app.use(proxyMiddleware);
2727
router.get('/ads.txt', (ctx) => {
28-
ctx.body = `google.com, pub-9161852896103498, DIRECT, f08c47fec0942fa0`;
28+
ctx.body = `google.com, pub-5574866530496701, DIRECT, f08c47fec0942fa0`;
2929
});
3030
// router.post('/graphql', proxyMiddleware);
3131

0 commit comments

Comments
 (0)