diff --git a/fresh.gen.ts b/fresh.gen.ts index 377c15b..7a99989 100644 --- a/fresh.gen.ts +++ b/fresh.gen.ts @@ -11,6 +11,7 @@ import * as $favorites_gallery_opt_images from "./routes/favorites/gallery-opt/i import * as $favorites_index from "./routes/favorites/index.tsx"; import * as $index from "./routes/index.tsx"; import * as $Gallery from "./islands/Gallery.tsx"; +import * as $GalleryInfo from "./islands/GalleryInfo.tsx"; import type { Manifest } from "$fresh/server.ts"; const manifest = { @@ -26,6 +27,7 @@ const manifest = { }, islands: { "./islands/Gallery.tsx": $Gallery, + "./islands/GalleryInfo.tsx": $GalleryInfo, }, baseUrl: import.meta.url, } satisfies Manifest; diff --git a/islands/Gallery.tsx b/islands/Gallery.tsx index b48e112..f02ebef 100644 --- a/islands/Gallery.tsx +++ b/islands/Gallery.tsx @@ -28,7 +28,7 @@ export function Gallery({ images, ...props }: GalleryProps) {
)} -Drop me a line if you want to talk about art sometime.
-