Skip to content
Snippets Groups Projects
Unverified Commit 0613f7f7 authored by Thomas Citharel's avatar Thomas Citharel
Browse files

fix(histoire): fix URL to Framapiaf avatars


Signed-off-by: default avatarThomas Citharel <tcit@tcit.fr>
parent 35742560
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ import { IActor } from "@/types/actor";
import { ActorType } from "@/types/enums";
const avatarUrl = ref<string>(
"https://framapiaf.s3.framasoft.org/framapiaf/accounts/avatars/000/000/399/original/aa56a445efb72803.jpg"
"https://stockage.framapiaf.org/framapiaf/accounts/avatars/000/000/399/original/52b08a3e80b43d40.jpg"
);
const stateLocal = reactive<IActor>({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment