-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfresh.gen.ts
43 lines (40 loc) · 1.68 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
// 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.jsx"
import * as $_500 from "./routes/_500.jsx"
import * as $_app from "./routes/_app.tsx"
import * as $_middleware from "./routes/_middleware.js"
import * as $handler from "./routes/handler.tsx"
import * as $index from "./routes/index.tsx"
import * as $pages_slug_ from "./routes/pages/[slug].jsx"
import * as $pages_index from "./routes/pages/index.jsx"
import * as $showcase from "./routes/showcase.tsx"
import * as $sitemap_xml from "./routes/sitemap.xml.js"
import * as $uploads_file_ from "./routes/uploads/[file].js"
import * as $SingleImagePopup from "./islands/SingleImagePopup.jsx"
import * as $Slideshow from "./islands/Slideshow.tsx"
import * as $ThumbnailGallery from "./islands/ThumbnailGallery.tsx"
import { type Manifest } from "$fresh/server.ts"
const manifest = {
routes: {
"./routes/_404.jsx": $_404,
"./routes/_500.jsx": $_500,
"./routes/_app.tsx": $_app,
"./routes/_middleware.js": $_middleware,
"./routes/handler.tsx": $handler,
"./routes/index.tsx": $index,
"./routes/pages/[slug].jsx": $pages_slug_,
"./routes/pages/index.jsx": $pages_index,
"./routes/showcase.tsx": $showcase,
"./routes/sitemap.xml.js": $sitemap_xml,
"./routes/uploads/[file].js": $uploads_file_,
},
islands: {
"./islands/SingleImagePopup.jsx": $SingleImagePopup,
"./islands/Slideshow.tsx": $Slideshow,
"./islands/ThumbnailGallery.tsx": $ThumbnailGallery,
},
baseUrl: import.meta.url,
} satisfies Manifest
export default manifest