Skip to content

Commit

Permalink
Merge pull request #71 from IQEngine/chadp/site
Browse files Browse the repository at this point in the history
correct og:image to use correct github url for wavelet
  • Loading branch information
chadp777 authored Sep 15, 2023
2 parents 9fb4e80 + fe4903a commit 56f93b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
/>
<meta
property="og:image"
content="https://github.com/IQEngine/WebFFT/tree/main/site/src/assets/wavelet.png"
content="https://raw.githubusercontent.com/IQEngine/WebFFT/main/site/src/assets/wavelet.png"
/>
<meta property="og:url" content="https://webfft.com" />
<meta name="msapplication-TileColor" content="#da532c" />
Expand Down

0 comments on commit 56f93b4

Please sign in to comment.