diff options
author | LASER-Yi <[email protected]> | 2022-06-18 17:25:17 +0800 |
---|---|---|
committer | LASER-Yi <[email protected]> | 2022-06-18 17:25:17 +0800 |
commit | 4b71b8ae65ac7709b902f6e9efd64dd2be4e5082 (patch) | |
tree | d5fa7fffc78804a92afd9bb5850e713a4f5c4ced /frontend/index.html | |
parent | e1d6f2d152b13e0ac825bff3eda688405fe54734 (diff) | |
download | bazarr-4b71b8ae65ac7709b902f6e9efd64dd2be4e5082.tar.gz bazarr-4b71b8ae65ac7709b902f6e9efd64dd2be4e5082.zip |
Fix missing images issue when serving via Flask
Diffstat (limited to 'frontend/index.html')
-rw-r--r-- | frontend/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html index a416f01cd..c526d0f4a 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ <title>Bazarr</title> <base href="{{baseUrl}}" /> <meta charset="utf-8" /> - <link rel="icon" type="image/x-icon" href="./static/favicon.ico" /> + <link rel="icon" type="image/x-icon" href="./favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" |