diff --git a/public/script/app.js b/public/script/app.js index d6c2ae0..ff89c08 100644 --- a/public/script/app.js +++ b/public/script/app.js @@ -1261,7 +1261,7 @@ angular ts: "typescript", }; const textFiles = ["license", "txt"]; - const imageFiles = ["png", "jpg", "jpeg", "gif"]; + const imageFiles = ["png", "jpg", "jpeg", "gif", "svg"]; $scope.$on("$routeUpdate", function (event, current, old) { $scope.filePath = $routeParams.path || "";