+
+ This Fediwall shows
+
+ posts tagged with
+
+ #{{ t }}
+ ,
+ or
+
+
+ and
+
+ posts or boosts by
+
+ @{{ acc }}
+ ,
+ or
+
+
+
+
+
+
+
+
+
diff --git a/src/config.ts b/src/config.ts
index f8b61fb..b58f273 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -1,89 +1,112 @@
-import { arrayEquals } from "./utils";
-import {fallbackConfig, siteConfigUrl} from "@/defaults";
+import { arrayEquals, deepClone, isString } from "./utils";
+import { fallbackConfig, siteConfigUrl } from "@/defaults";
export type Config = {
- server: string,
+ servers: Array