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