2024-09-03 00:17:19 -05:00
|
|
|
// DO NOT EDIT. This file is generated by Fresh.
|
|
|
|
// This file SHOULD be checked into source version control.
|
|
|
|
// This file is automatically updated during development when running `dev.ts`.
|
|
|
|
|
|
|
|
import * as $_404 from "./routes/_404.tsx";
|
|
|
|
import * as $_app from "./routes/_app.tsx";
|
2024-10-10 15:16:55 -05:00
|
|
|
import * as $_layout from "./routes/_layout.tsx";
|
2024-11-26 23:35:32 -06:00
|
|
|
import * as $authors_id_ from "./routes/authors/[id].tsx";
|
|
|
|
import * as $authors_index from "./routes/authors/index.tsx";
|
2024-09-03 00:17:19 -05:00
|
|
|
import * as $index from "./routes/index.tsx";
|
2024-10-10 15:16:55 -05:00
|
|
|
import * as $posts_id_ from "./routes/posts/[id].tsx";
|
|
|
|
import * as $posts_index from "./routes/posts/index.tsx";
|
2024-09-03 00:17:19 -05:00
|
|
|
import * as $Counter from "./islands/Counter.tsx";
|
2024-11-26 23:35:32 -06:00
|
|
|
import * as $PostCard from "./islands/PostCard.tsx";
|
|
|
|
import * as $PostCarousel from "./islands/PostCarousel.tsx";
|
2024-09-03 00:17:19 -05:00
|
|
|
import { type Manifest } from "$fresh/server.ts";
|
|
|
|
|
|
|
|
const manifest = {
|
|
|
|
routes: {
|
|
|
|
"./routes/_404.tsx": $_404,
|
|
|
|
"./routes/_app.tsx": $_app,
|
2024-10-10 15:16:55 -05:00
|
|
|
"./routes/_layout.tsx": $_layout,
|
2024-11-26 23:35:32 -06:00
|
|
|
"./routes/authors/[id].tsx": $authors_id_,
|
|
|
|
"./routes/authors/index.tsx": $authors_index,
|
2024-09-03 00:17:19 -05:00
|
|
|
"./routes/index.tsx": $index,
|
2024-10-10 15:16:55 -05:00
|
|
|
"./routes/posts/[id].tsx": $posts_id_,
|
|
|
|
"./routes/posts/index.tsx": $posts_index,
|
2024-09-03 00:17:19 -05:00
|
|
|
},
|
|
|
|
islands: {
|
|
|
|
"./islands/Counter.tsx": $Counter,
|
2024-11-26 23:35:32 -06:00
|
|
|
"./islands/PostCard.tsx": $PostCard,
|
|
|
|
"./islands/PostCarousel.tsx": $PostCarousel,
|
2024-09-03 00:17:19 -05:00
|
|
|
},
|
|
|
|
baseUrl: import.meta.url,
|
|
|
|
} satisfies Manifest;
|
|
|
|
|
|
|
|
export default manifest;
|