https://fastro.deno.dev/fastro.png previous: tailwind next: tsx
title: “Static File” description: How to setup static file image:import fastro from "https://fastro.deno.dev/mod.ts";
const f = new fastro();
f.static("/static", { folder: "static", maxAge: 90 });
await f.serve();