Skip to content

Commit b327ea2

Browse files
committed
👌 suppress favicon request in vue-router-app to avoid Edge console errors
Edge reports a missing /favicon.ico as a console.error, which trips the E2E teardown check. Adding an empty data: favicon prevents the request.
1 parent 6765219 commit b327ea2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎test/apps/vue-router-app/index.html‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5+
<link rel="icon" href="data:," />
56
<title>Vue RUM App</title>
67
<script>
78
window.RUM_CONFIGURATION = {

0 commit comments

Comments
 (0)