Skip to content

Commit

Permalink
Attempt to use dynamic meta images
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Sep 3, 2021
1 parent f26fcc3 commit 7bbc6aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[![build](https://github.com/bouchenoiremarc/ios-symbols/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/bouchenoiremarc/ios-symbols/actions/workflows/ci.yml) [![npm](https://img.shields.io/npm/v/ios-symbols?color=%230cf)](https://www.npmjs.com/package/ios-symbols) [![gzipped](https://img.shields.io/bundlephobia/minzip/ios-symbols?label=gzipped&color=%2385f)](https://www.npmjs.com/package/ios-symbols) [![license](https://img.shields.io/github/license/bouchenoiremarc/ios-symbols?color=%23e4b)](https://github.com/bouchenoiremarc/ios-symbols/blob/main/LICENSE)

<img src="https://www.marcbouchenoire.com/api/screenshot/https%3A%2F%2Fwww.marcbouchenoire.com%2Fios-symbols?viewport.width=1240&viewport.height=800&radius=16" width="620" height="400" />

🔗 Explore and preview symbols in the [playground](https://www.marcbouchenoire.com/ios-symbols).

## Introduction
Expand Down
7 changes: 7 additions & 0 deletions packages/site/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ function App({ Component, pageProps }: AppProps) {
<NextSeo
description="A collection of every symbol from SF Symbols."
openGraph={{
images: [
{
height: 620,
url: "https://www.marcbouchenoire.com/api/screenshot/capture/https%3A%2F%2Fwww.marcbouchenoire.com%2Fios-symbols?width=1200&height=620",
width: 1200
}
],
profile: {
firstName: "Marc",
lastName: "Bouchenoire",
Expand Down

1 comment on commit 7bbc6aa

@vercel
Copy link

@vercel vercel bot commented on 7bbc6aa Sep 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.