this repo has no description
0
fork

Configure Feed

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

+

Altagos 6d9fd91e db6330c5

+6
+6
_config.ts
··· 32 32 export: true, 33 33 }); 34 34 35 + let location = Deno.env.get("site"); 36 + if (location == undefined) { 37 + location = "localhost"; 38 + } 39 + 35 40 const site = lume({ 36 41 src: "./src", 42 + location: new URL(location), 37 43 }); 38 44 39 45 site.use(robots({