diff options
| author | Stephen Wade <stephen@stephenwade.me> | 2022-07-24 13:32:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-24 13:32:55 -0400 |
| commit | 1d0413cebfbd247d78ec728d283a6b79f1219098 (patch) | |
| tree | 9411b383c550d2cd2b8f8ef1df0d4db1240af790 /static/js | |
| parent | e9733ce6844894f4f1f30948611a57a02c6766ec (diff) | |
| download | xesite-1d0413cebfbd247d78ec728d283a6b79f1219098.tar.xz xesite-1d0413cebfbd247d78ec728d283a6b79f1219098.zip | |
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 <me@xeiaso.net>
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/conversation.js | 6 |
1 files changed, 3 insertions, 3 deletions
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"}, [ |
