Skip to content

Commit ea6de46

Browse files
authored
Fix favicon request 404 error
This is causing chart not displaying in Android release bundle sometimes.
1 parent 4e18c20 commit ea6de46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Echarts/tpl.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
45
<title>echarts</title>
56
<meta http-equiv="content-type" content="text/html; charset=utf-8">
67
<style type="text/css">

0 commit comments

Comments
 (0)