Leaflet Blog in Deno Fresh
1// DO NOT EDIT. This file is generated by Fresh.
2// This file SHOULD be checked into source version control.
3// This file is automatically updated during development when running `dev.ts`.
4
5import * as $_404 from "./routes/_404.tsx";
6import * as $_app from "./routes/_app.tsx";
7import * as $index from "./routes/index.tsx";
8import * as $post_slug_ from "./routes/post/[slug].tsx";
9import * as $rss from "./routes/rss.ts";
10import * as $CommentSection from "./islands/CommentSection.tsx";
11import * as $post_list from "./islands/post-list.tsx";
12import type { Manifest } from "$fresh/server.ts";
13
14const manifest = {
15 routes: {
16 "./routes/_404.tsx": $_404,
17 "./routes/_app.tsx": $_app,
18 "./routes/index.tsx": $index,
19 "./routes/post/[slug].tsx": $post_slug_,
20 "./routes/rss.ts": $rss,
21 },
22 islands: {
23 "./islands/CommentSection.tsx": $CommentSection,
24 "./islands/post-list.tsx": $post_list,
25 },
26 baseUrl: import.meta.url,
27} satisfies Manifest;
28
29export default manifest;