Skip to content

Commit

Permalink
Fix error on favicon.png
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 26, 2024
1 parent 59c3a94 commit 622fa86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildtools/check-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ function loaded(page, browser) {
url.startsWith('https://ows4.asitvd.ch/')
) {
request.respond(OSMImage);
} else if (url.startsWith('http://localhost') && url.endsWith('/theme/favicon.ico')) {
request.respond(OSMImage);
} else {
console.log(`Abort request on '${url}'`);
request.abort('failed');
Expand Down

0 comments on commit 622fa86

Please sign in to comment.