UNPKG

create-staticwind

Version:

Create an optimized static site with Astro and Tailwind

8 lines (6 loc) 171 B
const content=`User-agent: * Allow: / Sitemap: ${new URL("sitemap-index.xml", import.meta.env.SITE).href}` export const GET = () => { return new Response(content); }