Skip to content

Commit

Permalink
Need the new file format in the approved extension list
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahpurcell committed Sep 8, 2023
1 parent ae16463 commit e9fdb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/components/v2/evergreen_content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { ComponentType } from "react";

import LoopingVideoPlayer from "Components/v2/looping_video_player";

const IMAGE_EXTENSIONS = ["png", "jpg", "jpeg", "svg", "gif"];
const IMAGE_EXTENSIONS = ["png", "jpg", "jpeg", "svg", "gif", "webp"];
const VIDEO_EXTENSIONS = ["mp4", "ogg", "ogv", "webm"];

interface Props {
Expand Down

0 comments on commit e9fdb95

Please sign in to comment.