-
Notifications
You must be signed in to change notification settings - Fork 0
/
fresh.gen.ts
115 lines (112 loc) · 5.77 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
// 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 $_500 from "./routes/_500.tsx";
import * as $_app from "./routes/_app.tsx";
import * as $_middleware from "./routes/_middleware.ts";
import * as $about from "./routes/about.tsx";
import * as $api_artists from "./routes/api/artists.ts";
import * as $api_arts from "./routes/api/arts.ts";
import * as $api_collection from "./routes/api/collection.ts";
import * as $api_leonardo from "./routes/api/leonardo.ts";
import * as $art_slug_ from "./routes/art/[slug].tsx";
import * as $artists from "./routes/artists.tsx";
import * as $arts from "./routes/arts.tsx";
import * as $background_gray from "./routes/background/gray.tsx";
import * as $background_gray_half from "./routes/background/gray_half.tsx";
import * as $background_white from "./routes/background/white.tsx";
import * as $copyright from "./routes/copyright.tsx";
import * as $histocharacters from "./routes/histocharacters.tsx";
import * as $index from "./routes/index.tsx";
import * as $indicators from "./routes/indicators.tsx";
import * as $movement_slug_ from "./routes/movement/[slug].tsx";
import * as $movements from "./routes/movements.tsx";
import * as $talents from "./routes/talents.tsx";
import * as $women from "./routes/women.tsx";
import * as $AnimBrushStroke from "./islands/AnimBrushStroke.tsx";
import * as $Avatar from "./islands/Avatar.tsx";
import * as $Mona from "./islands/Mona.tsx";
import * as $MovementsList from "./islands/MovementsList.tsx";
import * as $Note from "./islands/Note.tsx";
import * as $Preview from "./islands/Preview.tsx";
import * as $Quote from "./islands/Quote.tsx";
import * as $TalentsList from "./islands/TalentsList.tsx";
import * as $Title from "./islands/Title.tsx";
import * as $ToBottomButton from "./islands/ToBottomButton.tsx";
import * as $ToTopButton from "./islands/ToTopButton.tsx";
import * as $chart_Doughnut from "./islands/chart/Doughnut.tsx";
import * as $chart_PolarArea from "./islands/chart/PolarArea.tsx";
import * as $footer_Footer from "./islands/footer/Footer.tsx";
import * as $footer_WaterDrop from "./islands/footer/WaterDrop.tsx";
import * as $header_Nav from "./islands/header/Nav.tsx";
import * as $layout_ArtModal from "./islands/layout/ArtModal.tsx";
import * as $layout_ArtistsLayout from "./islands/layout/ArtistsLayout.tsx";
import * as $layout_ArtsLayout from "./islands/layout/ArtsLayout.tsx";
import * as $layout_ErrorLayout from "./islands/layout/ErrorLayout.tsx";
import * as $livesearch_ArtistsSearch from "./islands/livesearch/ArtistsSearch.tsx";
import * as $livesearch_ArtsSearch from "./islands/livesearch/ArtsSearch.tsx";
import * as $livesearch_CollectionSearch from "./islands/livesearch/CollectionSearch.tsx";
import * as $livesearch_FamousArtSideBar from "./islands/livesearch/FamousArtSideBar.tsx";
import * as $livesearch_HistoSearch from "./islands/livesearch/HistoSearch.tsx";
import * as $livesearch_TalentsArtSideBar from "./islands/livesearch/TalentsArtSideBar.tsx";
import * as $livesearch_WomenSearch from "./islands/livesearch/WomenSearch.tsx";
import type { Manifest } from "$fresh/server.ts";
const manifest = {
routes: {
"./routes/_404.tsx": $_404,
"./routes/_500.tsx": $_500,
"./routes/_app.tsx": $_app,
"./routes/_middleware.ts": $_middleware,
"./routes/about.tsx": $about,
"./routes/api/artists.ts": $api_artists,
"./routes/api/arts.ts": $api_arts,
"./routes/api/collection.ts": $api_collection,
"./routes/api/leonardo.ts": $api_leonardo,
"./routes/art/[slug].tsx": $art_slug_,
"./routes/artists.tsx": $artists,
"./routes/arts.tsx": $arts,
"./routes/background/gray.tsx": $background_gray,
"./routes/background/gray_half.tsx": $background_gray_half,
"./routes/background/white.tsx": $background_white,
"./routes/copyright.tsx": $copyright,
"./routes/histocharacters.tsx": $histocharacters,
"./routes/index.tsx": $index,
"./routes/indicators.tsx": $indicators,
"./routes/movement/[slug].tsx": $movement_slug_,
"./routes/movements.tsx": $movements,
"./routes/talents.tsx": $talents,
"./routes/women.tsx": $women,
},
islands: {
"./islands/AnimBrushStroke.tsx": $AnimBrushStroke,
"./islands/Avatar.tsx": $Avatar,
"./islands/Mona.tsx": $Mona,
"./islands/MovementsList.tsx": $MovementsList,
"./islands/Note.tsx": $Note,
"./islands/Preview.tsx": $Preview,
"./islands/Quote.tsx": $Quote,
"./islands/TalentsList.tsx": $TalentsList,
"./islands/Title.tsx": $Title,
"./islands/ToBottomButton.tsx": $ToBottomButton,
"./islands/ToTopButton.tsx": $ToTopButton,
"./islands/chart/Doughnut.tsx": $chart_Doughnut,
"./islands/chart/PolarArea.tsx": $chart_PolarArea,
"./islands/footer/Footer.tsx": $footer_Footer,
"./islands/footer/WaterDrop.tsx": $footer_WaterDrop,
"./islands/header/Nav.tsx": $header_Nav,
"./islands/layout/ArtModal.tsx": $layout_ArtModal,
"./islands/layout/ArtistsLayout.tsx": $layout_ArtistsLayout,
"./islands/layout/ArtsLayout.tsx": $layout_ArtsLayout,
"./islands/layout/ErrorLayout.tsx": $layout_ErrorLayout,
"./islands/livesearch/ArtistsSearch.tsx": $livesearch_ArtistsSearch,
"./islands/livesearch/ArtsSearch.tsx": $livesearch_ArtsSearch,
"./islands/livesearch/CollectionSearch.tsx": $livesearch_CollectionSearch,
"./islands/livesearch/FamousArtSideBar.tsx": $livesearch_FamousArtSideBar,
"./islands/livesearch/HistoSearch.tsx": $livesearch_HistoSearch,
"./islands/livesearch/TalentsArtSideBar.tsx": $livesearch_TalentsArtSideBar,
"./islands/livesearch/WomenSearch.tsx": $livesearch_WomenSearch,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;