Skip to content

Commit

Permalink
Merge pull request #26 from smartondev/1-fix-favicon
Browse files Browse the repository at this point in the history
fix: favicon manifest.json 404 (#1)
  • Loading branch information
kamarton authored Jun 21, 2024
2 parents b94c95d + 60eea3b commit b35e95e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

# CHANGELOG

## 0.3.0-latest
## latest
- fix: large request/response (#24)
- enh: max HTTP client data size env variable (#12)
- fix: favicon manifest.json 404 (#1)

## 0.3.0
- fix: favicon (#1)
Expand Down
2 changes: 1 addition & 1 deletion webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="manifest" href="manifest.json" />
<link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTTPyMonitor App</title>
</head>
Expand Down
File renamed without changes.

0 comments on commit b35e95e

Please sign in to comment.