Skip to content

Commit

Permalink
remove space in filename
Browse files Browse the repository at this point in the history
  • Loading branch information
piro-hiroki committed Mar 20, 2024
1 parent ec82e67 commit 024d6d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app-ads.txt.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { APIRoute } from "astro";

const rads = `
google.com, pub-3050915388015871, DIRECT, f08c47fec0942fa0
`.trim();

export const GET: APIRoute = () =>
new Response(rads, {
headers: { "Content-Type": "text/plain" },
});

0 comments on commit 024d6d5

Please sign in to comment.