···55import * as $_404 from "./routes/_404.tsx";
66import * as $_app from "./routes/_app.tsx";
77import * as $about from "./routes/about.tsx";
88+import * as $api_atproto_images from "./routes/api/atproto_images.ts";
89import * as $index from "./routes/index.tsx";
910import * as $post_slug_ from "./routes/post/[slug].tsx";
1011import * as $rss from "./routes/rss.ts";
···1718 "./routes/_404.tsx": $_404,
1819 "./routes/_app.tsx": $_app,
1920 "./routes/about.tsx": $about,
2121+ "./routes/api/atproto_images.ts": $api_atproto_images,
2022 "./routes/index.tsx": $index,
2123 "./routes/post/[slug].tsx": $post_slug_,
2224 "./routes/rss.ts": $rss,