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