Skip to content

Commit

Permalink
fix: add favicon and ignore ds store
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycassara committed Nov 30, 2023
1 parent 0262179 commit b61d055
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# Mac files
.DS_Store
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.png">
<meta property="og:title" content="Monitor Light Box" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Use your monitor as a light source for videography and photography. Dial in the perfect shade using Kelvin temperature units!"
/>
<meta property="og:image" content="public/social_media_preview.png" />
<meta property="og:image" content="/social_media_preview.png" />
<meta
property="og:url"
content="https://tonycassara.github.io/monitor-light-box/"
Expand Down
Binary file added 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.

0 comments on commit b61d055

Please sign in to comment.