Skip to content

Commit 33ea176

Browse files
committed
removes ads.txt for now
1 parent 8f33d3a commit 33ea176

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.server.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ app.use(router.routes()).use(router.allowedMethods());
2222

2323
app.use(ssrMiddleware);
2424
app.use(proxyMiddleware);
25-
router.get('/ads.txt', (ctx) => {
26-
ctx.body = `google.com, pub-5574866530496701, DIRECT, f08c47fec0942fa0`;
27-
});
25+
// router.get('/ads.txt', (ctx) => {
26+
// ctx.body = `google.com, pub-5574866530496701, DIRECT, f08c47fec0942fa0`;
27+
// });
2828
// router.post('/graphql', proxyMiddleware);
2929

3030
app.listen(3001, () => {

0 commit comments

Comments
 (0)