fix(histoire): fix URL to Framapiaf avatars
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
3574256025
commit
0613f7f736
@ -25,7 +25,7 @@ import { IActor } from "@/types/actor";
|
|||||||
import { ActorType } from "@/types/enums";
|
import { ActorType } from "@/types/enums";
|
||||||
|
|
||||||
const avatarUrl = ref<string>(
|
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>({
|
const stateLocal = reactive<IActor>({
|
||||||
|
Loading…
Reference in New Issue
Block a user