-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh.gen.ts
57 lines (53 loc) · 2.35 KB
/
fresh.gen.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
// 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 $_well_known_avatar from "./routes/.well-known/avatar.ts";
import * as $_well_known_links from "./routes/.well-known/links.ts";
import * as $_well_known_logo from "./routes/.well-known/logo.ts";
import * as $_page_ from "./routes/[...page].tsx";
import * as $_404 from "./routes/_404.tsx";
import * as $_500 from "./routes/_500.tsx";
import * as $_app from "./routes/_app.tsx";
import * as $_middleware from "./routes/_middleware.ts";
import * as $blog_slug_ from "./routes/blog/[slug].tsx";
import * as $blog_index from "./routes/blog/index.tsx";
import * as $blogroll from "./routes/blogroll.tsx";
import * as $cv from "./routes/cv.tsx";
import * as $feed_ext_ from "./routes/feed.[ext].ts";
import * as $index from "./routes/index.tsx";
import * as $logs_slug_ from "./routes/logs/[slug].tsx";
import * as $logs_index from "./routes/logs/index.tsx";
import * as $projects from "./routes/projects.tsx";
import * as $sitemap_xml_index from "./routes/sitemap.xml/index.ts";
import * as $stats from "./routes/stats.tsx";
import * as $tags_slug_ from "./routes/tags/[slug].tsx";
import * as $tags_index from "./routes/tags/index.tsx";
import type { Manifest } from "$fresh/server.ts";
const manifest = {
routes: {
"./routes/.well-known/avatar.ts": $_well_known_avatar,
"./routes/.well-known/links.ts": $_well_known_links,
"./routes/.well-known/logo.ts": $_well_known_logo,
"./routes/[...page].tsx": $_page_,
"./routes/_404.tsx": $_404,
"./routes/_500.tsx": $_500,
"./routes/_app.tsx": $_app,
"./routes/_middleware.ts": $_middleware,
"./routes/blog/[slug].tsx": $blog_slug_,
"./routes/blog/index.tsx": $blog_index,
"./routes/blogroll.tsx": $blogroll,
"./routes/cv.tsx": $cv,
"./routes/feed.[ext].ts": $feed_ext_,
"./routes/index.tsx": $index,
"./routes/logs/[slug].tsx": $logs_slug_,
"./routes/logs/index.tsx": $logs_index,
"./routes/projects.tsx": $projects,
"./routes/sitemap.xml/index.ts": $sitemap_xml_index,
"./routes/stats.tsx": $stats,
"./routes/tags/[slug].tsx": $tags_slug_,
"./routes/tags/index.tsx": $tags_index,
},
islands: {},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;