diff --git a/fresh.gen.ts b/fresh.gen.ts --- a/fresh.gen.ts +++ b/fresh.gen.ts @@ -4,20 +4,15 @@ import * as $0 from "./routes/_404.tsx"; import * as $1 from "./routes/_app.tsx"; -import * as $2 from "./routes/api/joke.ts"; -import * as $3 from "./routes/index.tsx"; -import * as $$0 from "./islands/Counter.tsx"; +import * as $2 from "./routes/index.tsx"; const manifest = { routes: { "./routes/_404.tsx": $0, "./routes/_app.tsx": $1, - "./routes/api/joke.ts": $2, - "./routes/index.tsx": $3, + "./routes/index.tsx": $2, }, - islands: { - "./islands/Counter.tsx": $$0, - }, + islands: {}, baseUrl: import.meta.url, };