Skip to content

Commit

Permalink
feat: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Scalamando committed Nov 12, 2021
1 parent 89b0f8c commit 1e9e003
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added src/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/views/digits.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="favicon.png" type="image/png">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand Down
2 changes: 1 addition & 1 deletion tools/copyAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ shell.mkdir("-p", "build/public/css");
shell.mkdir("-p", "build/public/js");
shell.cp("-r", "src/public/css", "build/public/");
shell.cp("-r", "src/public/js/*.js", "build/public/js");
shell.cp("-r", "src/public/swagger.json", "build/public/");
shell.cp("-r", "src/public/*.{json,png,jpeg}", "build/public/");

0 comments on commit 1e9e003

Please sign in to comment.