diff --git a/src/stores/questions/actions.ts b/src/stores/questions/actions.ts index 08d4ce03..3d03eeb0 100644 --- a/src/stores/questions/actions.ts +++ b/src/stores/questions/actions.ts @@ -450,7 +450,7 @@ export const uploadQuestionImage = async ( } const imageId = values[0]; - const imageUrl = `https://3c580be9-cf31f296-d055-49cf-b39e-30c7959dc17b.s3.timeweb.cloud/angesight/squizimages/${quizQid}/${imageId}`; + const imageUrl = `https://s3.timeweb.cloud/3c580be9-cf31f296-d055-49cf-b39e-30c7959dc17b/squizimages/angesight/squizimages/${quizQid}/${imageId}`; updateQuestion(questionId, (question) => { updateFn(question, imageUrl); diff --git a/src/stores/quizes/actions.ts b/src/stores/quizes/actions.ts index 6a000801..8ddd41cd 100644 --- a/src/stores/quizes/actions.ts +++ b/src/stores/quizes/actions.ts @@ -305,7 +305,7 @@ export const uploadQuizImage = async ( updateQuiz(quizId, (quiz) => { updateFn( quiz, - `https://3c580be9-cf31f296-d055-49cf-b39e-30c7959dc17b.s3.timeweb.cloud/angesight/squizimages/${quiz.qid}/${imageId}`, + `https://s3.timeweb.cloud/3c580be9-cf31f296-d055-49cf-b39e-30c7959dc17b/squizimages/angesight/squizimages/${quiz.qid}/${imageId}`, ); }); }; diff --git a/src/ui_kit/FloatingSupportChat/ChatDocument.tsx b/src/ui_kit/FloatingSupportChat/ChatDocument.tsx index 965897c6..0d4e1ae5 100644 --- a/src/ui_kit/FloatingSupportChat/ChatDocument.tsx +++ b/src/ui_kit/FloatingSupportChat/ChatDocument.tsx @@ -98,7 +98,7 @@ export default function ChatDocument({ diff --git a/src/ui_kit/FloatingSupportChat/ChatImageNewWindow.tsx b/src/ui_kit/FloatingSupportChat/ChatImageNewWindow.tsx index 89e2260b..8f4f3963 100644 --- a/src/ui_kit/FloatingSupportChat/ChatImageNewWindow.tsx +++ b/src/ui_kit/FloatingSupportChat/ChatImageNewWindow.tsx @@ -12,7 +12,7 @@ export default function ChatImageNewWindow() { maxHeight: "100vh", maxWidth: "100vw", }} - src={`https://3c580be9-cf31f296-d055-49cf-b39e-30c7959dc17b.s3.timeweb.cloud/angesight/pair/${srcImage}`} + src={`https://s3.timeweb.cloud/3c580be9-cf31f296-d055-49cf-b39e-30c7959dc17b/squizimages/angesight/pair/${srcImage}`} /> ); diff --git a/src/ui_kit/FloatingSupportChat/ChatVideo.tsx b/src/ui_kit/FloatingSupportChat/ChatVideo.tsx index 15bb19e1..3c7ee6e5 100644 --- a/src/ui_kit/FloatingSupportChat/ChatVideo.tsx +++ b/src/ui_kit/FloatingSupportChat/ChatVideo.tsx @@ -114,7 +114,7 @@ export default function ChatImage({ controls >