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 $layout from "./islands/layout.tsx"; 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/about.tsx": $about, 20 "./routes/index.tsx": $index, 21 "./routes/post/[slug].tsx": $post_slug_, 22 "./routes/rss.ts": $rss, 23 }, 24 islands: { 25 "./islands/layout.tsx": $layout, 26 "./islands/post-list.tsx": $post_list, 27 }, 28 baseUrl: import.meta.url, 29} satisfies Manifest; 30 31export default manifest;