this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix landing im stoopid lmao

+1 -1
+1 -1
landing/landing.ts
··· 1 1 import css from "./css.css" with { type: "text" }; 2 2 import heading from "./heading.txt" with { type: "text" }; 3 3 4 - Deno.serve({ port: 8910 }, (req) => { 4 + Deno.serve({ port: 8000 }, (req) => { 5 5 switch (new URL(req.url).pathname) { 6 6 case "/css": 7 7 return new Response(css, {