Skip to content

Commit

Permalink
chore: bump deps and delete unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
deer committed Mar 31, 2024
1 parent ea46dfe commit 9d78304
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 151 deletions.
115 changes: 0 additions & 115 deletions components/DiscussionEmbed.tsx

This file was deleted.

19 changes: 9 additions & 10 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"imports": {
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/60220dd33b5b0f6b5c72927c933dbc32a3c4734e/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"tailwindcss": "npm:[email protected]",
"tailwindcss/": "npm:/[email protected]/",
"tailwindcss/plugin": "npm:/[email protected]/plugin.js",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"tailwindcss": "npm:[email protected]",
"tailwindcss/": "npm:/[email protected]/",
"tailwindcss/plugin": "npm:/[email protected]/plugin.js",
"@/": "./",
"$std/": "https://deno.land/std@0.218.2/",
"fresh_blog/": "https://raw.githubusercontent.com/deer/fresh_blog/b1dcf16c2267dfa08001a4926e9d9bb99a48c07f/",
"$std/": "https://deno.land/std@0.221.0/",
"fresh_blog/": "https://raw.githubusercontent.com/deer/fresh_blog/9aaf0075eb1f83be790d6dfe29ce6dd6077ca75b/",
"fresh_ga4/": "https://deno.land/x/[email protected]/"
},
"lint": { "rules": { "tags": ["fresh", "recommended"] } },
Expand Down
6 changes: 2 additions & 4 deletions fresh.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import * as $about from "./routes/about.tsx";
import * as $contact from "./routes/contact.tsx";
import * as $projects from "./routes/projects.tsx";
import * as $Disqus from "./islands/Disqus.tsx";

import { type Manifest } from "$fresh/server.ts";

const manifest = {
Expand All @@ -14,9 +14,7 @@ const manifest = {
"./routes/contact.tsx": $contact,
"./routes/projects.tsx": $projects,
},
islands: {
"./islands/Disqus.tsx": $Disqus,
},
islands: {},
baseUrl: import.meta.url,
} satisfies Manifest;

Expand Down
22 changes: 0 additions & 22 deletions islands/Disqus.tsx

This file was deleted.

0 comments on commit 9d78304

Please sign in to comment.