From 1d0413cebfbd247d78ec728d283a6b79f1219098 Mon Sep 17 00:00:00 2001 From: Stephen Wade Date: Sun, 24 Jul 2022 13:32:55 -0400 Subject: Domain move - change links to match (#518) * Replace cdn.christine.website with cdn.xeiaso.net * Replace me@christine.website with me@xeiaso.net * Replace christine.website with xeiaso.net * Replace christine dot website with xeiaso dot net * Replace Christine Dodrill with Xe Iaso * Update blog/fun-with-redirection-2021-09-22.markdown * Update blog/ircd-k8s-2019-12-21.markdown * Update blog/reconlangmo-6-lexicon-2020-05-22.markdown Co-authored-by: Xe Iaso --- static/id_ed25519.pub | 2 +- static/js/conversation.js | 6 +++--- static/stories/test.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'static') diff --git a/static/id_ed25519.pub b/static/id_ed25519.pub index aa11ff5..13f0d28 100644 --- a/static/id_ed25519.pub +++ b/static/id_ed25519.pub @@ -1 +1 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPg9gYKVglnO2HQodSJt4z4mNrUSUiyJQ7b+J798bwD9 Xe Iaso \ No newline at end of file +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPg9gYKVglnO2HQodSJt4z4mNrUSUiyJQ7b+J798bwD9 Xe Iaso \ No newline at end of file diff --git a/static/js/conversation.js b/static/js/conversation.js index 30a431f..0e6eea5 100644 --- a/static/js/conversation.js +++ b/static/js/conversation.js @@ -5,9 +5,9 @@ export const mkConversation = (who, mood, message, extraClasses = "") => h("div", {className: "conversation gruvbox-dark " + extraClasses}, [ h("div", {className: "conversation-picture conversation-smol"}, [ h("picture", {}, [ - h("source", {type: "image/avif", srcset: `https://cdn.christine.website/file/christine-static/stickers/${who.toLowerCase()}/${mood}.avif`}), - h("source", {type: "image/webp", srcset: `https://cdn.christine.website/file/christine-static/stickers/${who.toLowerCase()}/${mood}.webp`}), - h("img", {alt: `${who} is ${mood}`, src: `https://cdn.christine.website/file/christine-static/stickers/${who.toLowerCase()}/${mood}.png`}) + h("source", {type: "image/avif", srcset: `https://cdn.xeiaso.net/file/christine-static/stickers/${who.toLowerCase()}/${mood}.avif`}), + h("source", {type: "image/webp", srcset: `https://cdn.xeiaso.net/file/christine-static/stickers/${who.toLowerCase()}/${mood}.webp`}), + h("img", {alt: `${who} is ${mood}`, src: `https://cdn.xeiaso.net/file/christine-static/stickers/${who.toLowerCase()}/${mood}.png`}) ]) ]), h("div", {className: "conversation-chat"}, [ diff --git a/static/stories/test.html b/static/stories/test.html index 3e50c3c..7cb333a 100644 --- a/static/stories/test.html +++ b/static/stories/test.html @@ -16,7 +16,7 @@

xeblog-conv Test

- Delete this! Go home. + Delete this! Go home.

I'm baby 3 wolf moon iPhone magna, woke deep v humblebrag butcher ipsum XOXO aesthetic prism pop-up vexillologist non. Activated charcoal dolore sed, williamsburg hammock hashtag cardigan next level live-edge before they sold out mlkshk single-origin coffee. Celiac kickstarter consequat chillwave tattooed quis iceland schlitz copper mug taxidermy. Selvage flexitarian tattooed palo santo. Quis dolore vaporware distillery cred. Nostrud exercitation esse kogi veniam lo-fi selfies listicle lyft, mixtape disrupt offal.

-- cgit v1.2.3