Skip to content

Commit

Permalink
rmv leftover log 😞
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 20, 2024
1 parent 1dde7c1 commit fd8690c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/robots.txt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Sitemap: ${sitemapURL.href}
`;

export const GET: APIRoute = ({ site }) => {
console.log(site);
if (!site) {
return new Response('No site object found', { status: 500 });
}
Expand Down

0 comments on commit fd8690c

Please sign in to comment.