Skip to content

Commit

Permalink
changed banner from svg to jpg
Browse files Browse the repository at this point in the history
  • Loading branch information
owsiakl committed Feb 10, 2024
1 parent 787c24f commit f999a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added web/landing/assets/images/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions web/landing/templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

<meta property="og:type" content="website" />
<meta property="og:url" content="{{ url(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) }}" />
<meta property="og:image" content="{{ absolute_url(asset('images/banner.svg')) }}" />
<meta property="og:image" content="{{ absolute_url(asset('images/banner.png')) }}" />
<meta property="og:image:type" content="image/svg+xml" />
<meta property="og:image:alt" content="Flow PHP - Unified data processing framework" />

<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="{{ url(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) }}" />
<meta name="twitter:image" content="{{ absolute_url(asset('images/banner.svg')) }}">
<meta name="twitter:image" content="{{ absolute_url(asset('images/banner.png')) }}">
<meta name="twitter:site" content="@norbert_tech" />
<meta name="twitter:creator" content="@norbert_tech" />

Expand Down

0 comments on commit f999a50

Please sign in to comment.