From 0613f7f73629fd91c562e21353314f981eb232e3 Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Wed, 25 Oct 2023 17:41:40 +0200
Subject: [PATCH] fix(histoire): fix URL to Framapiaf avatars

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
---
 js/src/components/Account/ActorCard.story.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/src/components/Account/ActorCard.story.vue b/js/src/components/Account/ActorCard.story.vue
index 462de9758..ee5f2e830 100644
--- a/js/src/components/Account/ActorCard.story.vue
+++ b/js/src/components/Account/ActorCard.story.vue
@@ -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>({
-- 
GitLab