this repo has no description
0
fork

Configure Feed

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

+

Altagos 8f8fa3fb 6d9fd91e

+2
+2
_config.ts
··· 35 35 let location = Deno.env.get("site"); 36 36 if (location == undefined) { 37 37 location = "localhost"; 38 + } else { 39 + location = `https://${location}/`; 38 40 } 39 41 40 42 const site = lume({