From 5d7b73f5c6852887f98eec03a2fed169666930a7 Mon Sep 17 00:00:00 2001 From: Alexis Werefox Date: Tue, 25 Jan 2022 00:49:00 +0000 Subject: [PATCH] Updated testimonials. --- src/info/data/pages/testimonials.yml | 14 ++++++++++---- src/info/next.config.js | 3 ++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/info/data/pages/testimonials.yml b/src/info/data/pages/testimonials.yml index f8849dd..8493c3f 100644 --- a/src/info/data/pages/testimonials.yml +++ b/src/info/data/pages/testimonials.yml @@ -42,7 +42,7 @@ MutoShack: url: "https://functional.cafe/@MutoShack" json: "https://functional.cafe/@MutoShack.json" content: | - "yess w'all say nice things! usually "alexis is the good" and "alexis is the gay" + "yess w'all say nice things! usually "alice is the good" and "alice is the gay" because it is the truth" @@ -62,7 +62,7 @@ avie: url: "https://sleepygremlin.online/@avie" json: "https://sleepygremlin.online/@avie.json" content: | - "avie 🤝 alexis + "avie 🤝 alice being utter disasters and proud" @@ -70,7 +70,13 @@ Dax: url: "https://masto.werefox.dev/@Dax" json: "https://masto.werefox.dev/@Dax.json" content: | - "im love alexis a lot 💚 🐀" + "im love alice a lot 💚 🐀" + +BatElite: + url: "https://chitter.xyz/@BatElite" + json: "https://chitter.xyz/@BatElite.json" + content: | + "*Thinks you're gay even by the standard of gayness I'm surrounded by*" plausocks: url: "https://masto.werefox.dev/@plausocks" @@ -88,5 +94,5 @@ lindsays: url: "https://hackers.town/@lindsays" json: "https://hackers.town/@lindsays.json" content: | - "@alexis : + "@alice : Absolutely just as much of a walking, talking shitpost as she is online. Also incredibly gay incredibly girl." diff --git a/src/info/next.config.js b/src/info/next.config.js index 34a582a..bb00eb1 100644 --- a/src/info/next.config.js +++ b/src/info/next.config.js @@ -10,7 +10,8 @@ module.exports = { "dragon.style", "masto.werefox.dev", "hackers.town", - "pool.jortage.com" + "pool.jortage.com", + "media.chitter.xyz" ], }, };