Skip to content

Commit

Permalink
updating ogimage + path (skillrecordings#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurosilvacom authored Feb 16, 2021
1 parent 483f58c commit dfbc71e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/pages/home/homepage-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const homepageData = [
background:
'https://res.cloudinary.com/dg3gyk0gu/image/upload/v1613386915/next.egghead.io/resources/create-an-ecommerce-store-with-next-js-and-stripe-checkout/background_2x.png',
path:
'/playlists/create-an-ecommerce-store-with-next-js-and-stripe-checkout-562c',
'/projects/create-an-ecommerce-store-with-next-js-and-stripe-checkout',
slug: 'create-an-ecommerce-store-with-next-js-and-stripe-checkout-562c',
instructor: {
name: 'Colby Fayock',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const IndexPage: FunctionComponent = () => {
images: [
{
url:
'https://res.cloudinary.com/dg3gyk0gu/image/upload/v1612445055/next.egghead.io/cards/root-cloudflare-workers_2x.png',
'https://res.cloudinary.com/dg3gyk0gu/image/upload/v1613506938/next.egghead.io/cards/root-ecommerce-ogimage_2x.png',
},
],
}}
Expand Down

0 comments on commit dfbc71e

Please sign in to comment.