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 $about from "./routes/about.tsx";
8import * as $index from "./routes/index.tsx";
9import * as $post_slug_ from "./routes/post/[slug].tsx";
10import * as $rss from "./routes/rss.ts";
11import * as $CommentSection from "./islands/CommentSection.tsx";
12import * as $layout from "./islands/layout.tsx";
13import * as $post_list from "./islands/post-list.tsx";
14import type { Manifest } from "$fresh/server.ts";
15
16const manifest = {
17 routes: {
18 "./routes/_404.tsx": $_404,
19 "./routes/_app.tsx": $_app,
20 "./routes/about.tsx": $about,
21 "./routes/index.tsx": $index,
22 "./routes/post/[slug].tsx": $post_slug_,
23 "./routes/rss.ts": $rss,
24 },
25 islands: {
26 "./islands/CommentSection.tsx": $CommentSection,
27 "./islands/layout.tsx": $layout,
28 "./islands/post-list.tsx": $post_list,
29 },
30 baseUrl: import.meta.url,
31} satisfies Manifest;
32
33export default manifest;