this repo has no description
0
fork

Configure Feed

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

+

Altagos 361b6bcb 8f8fa3fb

+1 -1
+1 -1
_config.ts
··· 34 34 35 35 let location = Deno.env.get("site"); 36 36 if (location == undefined) { 37 - location = "localhost"; 37 + location = "http://localhost/"; 38 38 } else { 39 39 location = `https://${location}/`; 40 40 }