added project modal, portal, and backend code to get description
This commit is contained in:
@@ -15,9 +15,9 @@ import * as $projects_index from "./routes/projects/index.tsx";
|
||||
import * as $rss_index from "./routes/rss/index.tsx";
|
||||
import * as $sitemap_index from "./routes/sitemap/index.tsx";
|
||||
import * as $Counter from "./islands/Counter.tsx";
|
||||
import * as $Portal from "./islands/Portal.tsx";
|
||||
import * as $ProjectCard from "./islands/ProjectCard.tsx";
|
||||
import * as $modal from "./islands/modal.tsx";
|
||||
import * as $portal from "./islands/portal.tsx";
|
||||
import * as $ProjectModal from "./islands/ProjectModal.tsx";
|
||||
import { type Manifest } from "$fresh/server.ts";
|
||||
|
||||
const manifest = {
|
||||
@@ -37,9 +37,9 @@ const manifest = {
|
||||
},
|
||||
islands: {
|
||||
"./islands/Counter.tsx": $Counter,
|
||||
"./islands/Portal.tsx": $Portal,
|
||||
"./islands/ProjectCard.tsx": $ProjectCard,
|
||||
"./islands/modal.tsx": $modal,
|
||||
"./islands/portal.tsx": $portal,
|
||||
"./islands/ProjectModal.tsx": $ProjectModal,
|
||||
},
|
||||
baseUrl: import.meta.url,
|
||||
} satisfies Manifest;
|
||||
|
||||
Reference in New Issue
Block a user