···88import * as $index from "./routes/index.tsx";
99import * as $post_slug_ from "./routes/post/[slug].tsx";
1010import * as $rss from "./routes/rss.ts";
1111-import * as $CommentSection from "./islands/CommentSection.tsx";
1211import * as $layout from "./islands/layout.tsx";
1312import * as $post_list from "./islands/post-list.tsx";
1413import type { Manifest } from "$fresh/server.ts";
···2322 "./routes/rss.ts": $rss,
2423 },
2524 islands: {
2626- "./islands/CommentSection.tsx": $CommentSection,
2725 "./islands/layout.tsx": $layout,
2826 "./islands/post-list.tsx": $post_list,
2927 },