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