Skip to content

Commit

Permalink
Fixed favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Sep 25, 2022
1 parent 607fc87 commit a928c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/webapp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Security-Policy" content="">
<title>Quarkus Monorepo</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="initial-scale=1, width=device-width, viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="icon" type="image/x-icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="shortcut icon" href="%PUBLIC_URL%/static/images/favicon.ico" type="image/x-icon"/>
</head>

<body>
Expand Down
File renamed without changes.

0 comments on commit a928c24

Please sign in to comment.