Rewrite page references in federated pages

This commit is contained in:
Zef Hemel
2023-11-15 16:14:15 +01:00
parent 694448a99b
commit 6347c2b4d8
5 changed files with 32 additions and 6 deletions
-1
View File
@@ -1,7 +1,6 @@
import { SETTINGS_TEMPLATE } from "./settings_template.ts";
import { YAML } from "./deps.ts";
import { SpacePrimitives } from "./spaces/space_primitives.ts";
import { template } from "https://esm.sh/v130/handlebars@4.7.7/runtime.d.ts";
export function safeRun(fn: () => Promise<void>) {
fn().catch((e) => {