Skip to content

Commit

Permalink
add og:image
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes committed Aug 22, 2024
1 parent 4b57671 commit d12fddb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<p align="center">
<img src="./public/og-image.png" alt="Ember Polaris Pokedex banner">
</p>

# Ember Polaris Pokedex

*A reference application to showcase what the [Ember Polaris](https://emberjs.com/editions/polaris/) edition looks like.*

## Technologies

The app is built using the latest bleeding-edge available for Ember apps:
The app is built using the latest bleeding-edge available for Ember:

- ⚡️ Vite-based Embroider
- 🔥 Volar-based Glint
Expand Down
1 change: 1 addition & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="description" content="The Pokédex built with Ember Polaris">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📕</text></svg>">
<meta property="og:image" content="https://ember-polaris-pokedex.pages.dev/og-image.png" />

{{content-for "head"}}

Expand Down
Binary file added public/og-image.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 d12fddb

Please sign in to comment.