Skip to content

Commit

Permalink
fix(docs): examples
Browse files Browse the repository at this point in the history
  • Loading branch information
load1n9 committed Jun 3, 2022
1 parent 7fd66e3 commit 9a91608
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
5 changes: 1 addition & 4 deletions docs/fresh.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import * as $1 from "./routes/docs/[...slug].tsx";
import * as $2 from "./routes/examples/[...slug].tsx";
import * as $3 from "./routes/gfm.css.ts";
import * as $4 from "./routes/index.tsx";
import * as $$0 from "./islands/Example.tsx";

const manifest = {
routes: {
Expand All @@ -17,9 +16,7 @@ const manifest = {
"./routes/gfm.css.ts": $3,
"./routes/index.tsx": $4,
},
islands: {
"./islands/Example.tsx": $$0,
},
islands: {},
baseUrl: import.meta.url,
};

Expand Down
12 changes: 0 additions & 12 deletions docs/islands/Example.tsx

This file was deleted.

0 comments on commit 9a91608

Please sign in to comment.