diff options
| author | Xe Iaso <me@christine.website> | 2022-05-26 14:40:29 -0400 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-05-26 14:40:29 -0400 |
| commit | 71c33c083a13f84d4a8f6677aca72cb085671ced (patch) | |
| tree | 984ee00b5a51c7fd006b2a57de6029765666f640 | |
| parent | ac12ebf0631bf30177085034c1c77eddb4f07f59 (diff) | |
| download | xesite-71c33c083a13f84d4a8f6677aca72cb085671ced.tar.xz xesite-71c33c083a13f84d4a8f6677aca72cb085671ced.zip | |
templates/mara: use xeiaso.net CDN
Signed-off-by: Xe Iaso <me@christine.website>
| -rw-r--r-- | templates/mara.rs.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/mara.rs.html b/templates/mara.rs.html index ad86b1c..053d232 100644 --- a/templates/mara.rs.html +++ b/templates/mara.rs.html @@ -2,9 +2,9 @@ <div class="conversation"> <div class="conversation-picture conversation-smol"> <picture> - <source srcset="https://cdn.christine.website/file/christine-static/stickers/@character.to_lowercase()/@(mood).avif" type="image/avif"> - <source srcset="https://cdn.christine.website/file/christine-static/stickers/@character.to_lowercase()/@(mood).webp" type="image/webp"> - <img src="https://cdn.christine.website/file/christine-static/stickers/@character.to_lowercase()/@(mood).png" alt="@character is @mood"> + <source srcset="https://cdn.xeiaso.net/file/christine-static/stickers/@character.to_lowercase()/@(mood).avif" type="image/avif"> + <source srcset="https://cdn.xeiaso.net/file/christine-static/stickers/@character.to_lowercase()/@(mood).webp" type="image/webp"> + <img src="https://cdn.xeiaso.net/file/christine-static/stickers/@character.to_lowercase()/@(mood).png" alt="@character is @mood"> </picture> </div> <div class="conversation-chat"><<b>@character</b>> @message</div> |
