Skip to content

Commit e9bc155

Browse files
chibicodeleo
andauthored
Update assets URL (#1787)
Co-authored-by: Leo Lamprecht <[email protected]>
1 parent 23655d9 commit e9bc155

File tree

50 files changed

+192
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+192
-192
lines changed

components/feedback-input/footer-feedback.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ const Emoji = React.memo(({ code }) => (
634634
decoding="async"
635635
width={code === 'f600' || code === 'f62d' || code === 'f615' ? 24.5 : 22}
636636
height={code === 'f600' || code === 'f62d' || code === 'f615' ? 24.5 : 22}
637-
src={`https://assets.zeit.co/twemoji/1${code}.svg`}
637+
src={`https://assets.vercel.com/twemoji/1${code}.svg`}
638638
alt="emoji"
639639
style={{
640640
transform:

components/feedback-input/header-feedback.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ const Emoji = React.memo(({ code }) => (
725725
decoding="async"
726726
width={code === 'f600' || code === 'f62d' || code === 'f615' ? 18.5 : 16}
727727
height={code === 'f600' || code === 'f62d' || code === 'f615' ? 18.5 : 16}
728-
src={`https://assets.zeit.co/twemoji/1${code}.svg`}
728+
src={`https://assets.vercel.com/twemoji/1${code}.svg`}
729729
alt="emoji"
730730
style={{
731731
transform:

components/layout/head.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class Head extends React.PureComponent {
115115
this.props.image ||
116116
`https://og-image.now.sh/${encodeURIComponent(
117117
this.props.ogTitle || this.props.title
118-
)}.png?theme=light&md=1&fontSize=75px&images=https%3A%2F%2Fassets.zeit.co%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg`
118+
)}.png?theme=light&md=1&fontSize=75px&images=https%3A%2F%2Fassets.vercel.com%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg`
119119
}
120120
/>
121121
{this.props.image ? (
@@ -194,7 +194,7 @@ class Head extends React.PureComponent {
194194
/>
195195
<link
196196
rel="manifest"
197-
href="https://assets.zeit.co/raw/upload/v1573246315/front/favicon/round-2/site.webmanifest"
197+
href="https://assets.vercel.com/raw/upload/v1573246315/front/favicon/round-2/site.webmanifest"
198198
/>
199199
<link
200200
rel="mask-icon"

lib/data/guides.json

+83-83
Large diffs are not rendered by default.

next.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,9 @@ module.exports = withMDX({
448448
env: {
449449
NOW_GITHUB_COMMIT_SHA: process.env.NOW_GITHUB_COMMIT_SHA,
450450
API_URL: process.env.API_URL,
451-
IMAGE_ASSETS_URL: 'https://assets.zeit.co/image/upload/front',
452-
VIDEO_ASSETS_URL: 'https://assets.zeit.co/video/upload/front',
453-
RAW_ASSETS_URL: 'https://assets.zeit.co/raw/upload/front',
451+
IMAGE_ASSETS_URL: 'https://assets.vercel.com/image/upload/front',
452+
VIDEO_ASSETS_URL: 'https://assets.vercel.com/video/upload/front',
453+
RAW_ASSETS_URL: 'https://assets.vercel.com/raw/upload/front',
454454
ASSETS: isProd ? '/docs/static' : '/static'
455455
},
456456

pages/docs/v2/platform/users-and-teams.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const meta = {
1313
title: 'Users and Teams',
1414
description: `Using ${PRODUCT_NAME} with a scope of a user or a team and how to manage them.`,
1515
editUrl: 'pages/docs/v2/platform/users-and-teams.mdx',
16-
lastEdited: '2020-04-16T00:40:34.000Z'
16+
lastEdited: '2020-04-25T00:32:18.000Z'
1717
}
1818

1919
There are identity forms available on <ProductName />, called "scopes": Users and teams.
@@ -30,15 +30,15 @@ Point them to this URL for signing up: [https://vercel.com/signup](/signup)
3030

3131
Once they have created their own user account, you can create a team by clicking on the scope selector on the top left, and then choosing "Create a Team":
3232

33-
<Image src={`https://assets.zeit.co/image/upload/v1541367165/front/docs/users-and-teams/create-a-team.png`}
33+
<Image src={`https://assets.vercel.com/image/upload/v1541367165/front/docs/users-and-teams/create-a-team.png`}
3434
width={1138/2}
3535
height={560/2}
3636
/>
3737
<Caption>Creating a team from the account picker from the <Link href="/dashboard">account dashboard</Link>.</Caption>
3838

3939
After clicking the link, you will be asked to select whether you would like to set up your team with GitHub directly (which we highly suggest) and then to enter the URL of your future team. For this, please choose an accurate representation of your team's name:
4040

41-
<Image src={`https://assets.zeit.co/image/upload/v1541367164/front/docs/users-and-teams/team-url.png`}
41+
<Image src={`https://assets.vercel.com/image/upload/v1541367164/front/docs/users-and-teams/team-url.png`}
4242
width={1508/2}
4343
height={510/2}
4444
/>
@@ -50,7 +50,7 @@ Next up, please click on the "Members" section of the menu on the top right. You
5050

5151
In order to invite another person, click the "INVITE" button on the right and enter the email address of the user account of the person you would like to invite:
5252

53-
<Image src={`https://assets.zeit.co/image/upload/v1541367164/front/docs/users-and-teams/invite-members.png`}
53+
<Image src={`https://assets.vercel.com/image/upload/v1541367164/front/docs/users-and-teams/invite-members.png`}
5454
width={1926/2}
5555
height={962/2}
5656
/>
@@ -62,7 +62,7 @@ After clicking the "INVITE" button the person is now part of your team and has a
6262

6363
If you are part of one or multiple teams, you can choose which to show project information for or manage from the [<OrgName /> Dashboard](/dashboard). To do this, click on your avatar on the top left, then select the team of your choice:
6464

65-
<Image src={`https://assets.zeit.co/image/upload/v1541367165/front/docs/users-and-teams/team-dashboard.png`}
65+
<Image src={`https://assets.vercel.com/image/upload/v1541367165/front/docs/users-and-teams/team-dashboard.png`}
6666
width={1124/2}
6767
height={584/2}
6868
/>
@@ -83,7 +83,7 @@ Just like different scopes have different resources contained within them (acces
8383

8484
As you read above, all our interfaces allow switching between scopes without hassle. Once you have switched to the scope of your choice on the dashboard, you can click the little cog icon on the top left in order to configure the scope:
8585

86-
<Image src={`https://assets.zeit.co/image/upload/v1541367164/front/docs/users-and-teams/user-settings.png`}
86+
<Image src={`https://assets.vercel.com/image/upload/v1541367164/front/docs/users-and-teams/user-settings.png`}
8787
width={700/2}
8888
height={276/2}
8989
/>

pages/docs/v2/serverless-functions/supported-languages.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const meta = {
1212
title: 'Supported Languages for Serverless Functions',
1313
description: `Learn how to deploy Serverless Functions with ${PRODUCT_NAME}.`,
1414
editUrl: 'pages/docs/v2/serverless-functions/supported-languages.mdx',
15-
lastEdited: '2020-04-19T04:11:33.000Z'
15+
lastEdited: '2020-04-25T00:32:18.000Z'
1616
}
1717

1818
Within the `/api` directory of your projects, <ProductName /> will automatically recognize the languages listed on this page, through their file extensions, and serve them as Serverless Function.
@@ -47,7 +47,7 @@ module.exports = (req, res) => {
4747

4848
Example deployment: <https://node-api.now-examples.now.sh/api/hello?name=reader>
4949

50-
<Image src={`https://assets.zeit.co/image/upload/v1545360454/front/docs/official-builders/serverless-node.png`}
50+
<Image src={`https://assets.vercel.com/image/upload/v1545360454/front/docs/official-builders/serverless-node.png`}
5151
width={1376/2}
5252
height={882/2}
5353
/>

pages/guides/client-side-error-reports-with-uriports-vercel.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ export const meta = {
1717
description: `Enable error reporting for your websites deployed with ${PRODUCT_NAME} and act fast on issues.`,
1818
published: '2020-02-27T14:20:44.265Z',
1919
authors: ['timothy'],
20-
image: `https://og-image.now.sh/**Error%20Reports**%20for%20Your%20Projects%20with%20URIports%20and%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=90px&images=https%3A%2F%2Fassets.zeit.co%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fzeit.co%2Fdocs%2Fstatic%2Fguides%2Fclient-side-error-reports-with-uriports-vercel%2Flogo.svg`,
20+
image: `https://og-image.now.sh/**Error%20Reports**%20for%20Your%20Projects%20with%20URIports%20and%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=90px&images=https%3A%2F%2Fassets.vercel.com%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fzeit.co%2Fdocs%2Fstatic%2Fguides%2Fclient-side-error-reports-with-uriports-vercel%2Flogo.svg`,
2121
url: '/guides/client-side-error-reports-with-uriports-vercel',
2222
editUrl: 'pages/guides/client-side-error-reports-with-uriports-vercel.mdx',
23-
lastEdited: '2020-04-16T03:22:57.000Z'
23+
lastEdited: '2020-04-25T00:32:18.000Z'
2424
}
2525

2626
Support for client-side generated reports are the standard for modern web browsers, and enabling this for your projects is a great way to identify and resolve issues, and improve site security, without relying on your users as testers.

pages/guides/deploying-a-faunadb-powered-guestbook-with-vercel.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ export const meta = {
2020
url: '/guides/deploying-a-faunadb-powered-guestbook-with-vercel',
2121
name: 'Next.js + FaunaDB',
2222
type: 'project',
23-
image: `https://og-image.now.sh/**Deploy%20a%20FaunaDB-Powered%20Next.js%20app**%20%3Cbr%2F%3E%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=70px&images=https%3A%2F%2Fassets.zeit.co%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fseeklogo.com%2Fimages%2FN%2Fnext-js-logo-7929BCD36F-seeklogo.com.png&images=https%3A%2F%2Fres-3.cloudinary.com%2Fcrunchbase-production%2Fimage%2Fupload%2Fc_lpad%2Ch_256%2Cw_256%2Cf_auto%2Cq_auto%3Aeco%2Fywnzi0pt0uw9klatmadc`,
23+
image: `https://og-image.now.sh/**Deploy%20a%20FaunaDB-Powered%20Next.js%20app**%20%3Cbr%2F%3E%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=70px&images=https%3A%2F%2Fassets.vercel.com%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fseeklogo.com%2Fimages%2FN%2Fnext-js-logo-7929BCD36F-seeklogo.com.png&images=https%3A%2F%2Fres-3.cloudinary.com%2Fcrunchbase-production%2Fimage%2Fupload%2Fc_lpad%2Ch_256%2Cw_256%2Cf_auto%2Cq_auto%3Aeco%2Fywnzi0pt0uw9klatmadc`,
2424
editUrl: 'pages/guides/deploying-a-faunadb-powered-guestbook-with-vercel.mdx',
25-
lastEdited: '2020-04-19T05:19:35.000Z'
25+
lastEdited: '2020-04-25T00:32:18.000Z'
2626
}
2727

2828
With the release of [`create-next-app`](https://nextjs.org/blog/create-next-app), bootstrapping [Next.js](https://nextjs.org/) apps is now a guided process that allows you to get up and running in seconds by using ready-made examples.

pages/guides/deploying-angular-with-vercel.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ export const meta = {
1818
url: '/guides/deploying-angular-with-vercel',
1919
example: 'angular',
2020
demo: 'https://angular.now-examples.now.sh',
21-
image: `https://og-image.now.sh/**Deploy%20an%20Angular%20app**%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=90px&images=https%3A%2F%2Fassets.zeit.co%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fangular.io%2Fassets%2Fimages%2Flogos%2Fangular%2Fangular.svg&heights=250&heights=300`,
21+
image: `https://og-image.now.sh/**Deploy%20an%20Angular%20app**%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=90px&images=https%3A%2F%2Fassets.vercel.com%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fangular.io%2Fassets%2Fimages%2Flogos%2Fangular%2Fangular.svg&heights=250&heights=300`,
2222
name: 'Angular',
2323
type: 'app',
2424
editUrl: 'pages/guides/deploying-angular-with-vercel.mdx',
25-
lastEdited: '2020-04-16T03:22:57.000Z'
25+
lastEdited: '2020-04-25T00:32:18.000Z'
2626
}
2727

2828
Angular is a popular JavaScript framework for building apps across all platforms; web, mobile web, native mobile, and native desktop.

pages/guides/deploying-aurelia-with-vercel.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ export const meta = {
1616
authors: ['msweeneydev'],
1717
url: '/guides/deploying-aurelia-with-vercel',
1818
demo: 'https://aurelia.now-examples.now.sh',
19-
image: `https://og-image.now.sh/**Deploy%20Aurelia%20Apps**%20%3Cbr%2F%3E%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=100px&images=https%3A%2F%2Fassets.zeit.co%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fcdn.svgporn.com%2Flogos%2Faurelia.svg&widths=300&widths=300&heights=300&heights=300`,
19+
image: `https://og-image.now.sh/**Deploy%20Aurelia%20Apps**%20%3Cbr%2F%3E%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=100px&images=https%3A%2F%2Fassets.vercel.com%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fcdn.svgporn.com%2Flogos%2Faurelia.svg&widths=300&widths=300&heights=300&heights=300`,
2020
editUrl: 'pages/guides/deploying-aurelia-with-vercel.mdx',
2121
name: 'Aurelia',
2222
type: 'app',
23-
lastEdited: '2020-04-16T03:22:57.000Z'
23+
lastEdited: '2020-04-25T00:32:18.000Z'
2424
}
2525

2626
[Aurelia](https://aurelia.io/home) is a JavaScript framework for web, mobile and desktop that leverages simple conventions to empower your creativity.

pages/guides/deploying-charge-with-vercel.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ export const meta = {
1717
authors: ['msweeneydev'],
1818
url: '/guides/deploying-charge-with-vercel',
1919
demo: 'https://charge.now-examples.now.sh',
20-
image: `https://og-image.now.sh/**Deploy%20a%20Charge%20site**%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=75px&images=https%3A%2F%2Fassets.zeit.co%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fd33wubrfki0l68.cloudfront.net%2F25151dcf9878a3c40b686628cc84c9292d95ca0e%2F9e22f%2Fimages%2Flogomark.svg`,
20+
image: `https://og-image.now.sh/**Deploy%20a%20Charge%20site**%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=75px&images=https%3A%2F%2Fassets.vercel.com%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fd33wubrfki0l68.cloudfront.net%2F25151dcf9878a3c40b686628cc84c9292d95ca0e%2F9e22f%2Fimages%2Flogomark.svg`,
2121
editUrl: 'pages/guides/deploying-charge-with-vercel.mdx',
2222
name: 'Charge',
2323
type: 'app',
24-
lastEdited: '2020-04-16T03:22:57.000Z'
24+
lastEdited: '2020-04-25T00:32:18.000Z'
2525
}
2626

2727
[Charge](https://charge.js.org/) is an opinionated, zero-config static site generator written in JavaScript. Charge is fast, simple and behaves the way you expect it to.

pages/guides/deploying-crystallize-with-vercel.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ export const meta = {
1717
published: '2019-11-15T12:00:00.860Z',
1818
authors: ['msweeneydev'],
1919
url: '/guides/deploying-crystallize-with-vercel',
20-
image: `https://og-image.now.sh/**Deploy%20Crystallize%20Sites**%20%3Cbr%2F%3E%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=100px&images=https%3A%2F%2Fassets.zeit.co%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fcrystallize.com%2Fstatic%2Fimages%2Flogo_crystallize_symbol.svg&widths=300&widths=350&heights=300&heights=350`,
20+
image: `https://og-image.now.sh/**Deploy%20Crystallize%20Sites**%20%3Cbr%2F%3E%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=100px&images=https%3A%2F%2Fassets.vercel.com%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fcrystallize.com%2Fstatic%2Fimages%2Flogo_crystallize_symbol.svg&widths=300&widths=350&heights=300&heights=350`,
2121
name: 'Crystallize',
2222
type: 'site',
2323
editUrl: 'pages/guides/deploying-crystallize-with-vercel.mdx',
24-
lastEdited: '2020-04-16T03:22:57.000Z'
24+
lastEdited: '2020-04-25T00:32:18.000Z'
2525
}
2626

2727
[Crystallize](https://crystallize.com/) is a super-fast GraphQL based headless e-commerce service with super structured product information management.

pages/guides/deploying-docusaurus-with-vercel.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ export const meta = {
1717
url: '/guides/deploying-docusaurus-with-vercel',
1818
example: 'docusaurus',
1919
demo: 'https://docusaurus.now-examples.now.sh',
20-
image: `https://og-image.now.sh/**Deploy%20Docusaurus%20Sites**%20%3Cbr%2F%3E%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=100px&images=https%3A%2F%2Fassets.zeit.co%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fv2.docusaurus.io%2Fimg%2Fdocusaurus_keytar.svg&widths=250&widths=350&heights=250&heights=300`,
20+
image: `https://og-image.now.sh/**Deploy%20Docusaurus%20Sites**%20%3Cbr%2F%3E%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=100px&images=https%3A%2F%2Fassets.vercel.com%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fv2.docusaurus.io%2Fimg%2Fdocusaurus_keytar.svg&widths=250&widths=350&heights=250&heights=300`,
2121
editUrl: 'pages/guides/deploying-docusaurus-with-vercel.mdx',
2222
name: 'Docusaurus',
2323
type: 'site',
24-
lastEdited: '2020-04-16T03:22:57.000Z'
24+
lastEdited: '2020-04-25T00:32:18.000Z'
2525
}
2626

2727
[Docusaurus](https://docusaurus.io/) is a documentation framework that makes it easy to maintain open source documentation websites.

pages/guides/deploying-dojo-with-vercel.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ export const meta = {
1515
authors: ['msweeneydev'],
1616
url: '/guides/deploying-dojo-with-vercel',
1717
demo: 'https://dojo.now-examples.now.sh',
18-
image: `https://og-image.now.sh/**Deploy%20Dojo%20Apps**%20%3Cbr%3E%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=100px&images=https%3A%2F%2Fassets.zeit.co%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fraw.githubusercontent.com%2Fdojo%2Fsite%2Fmaster%2Fsrc%2Fassets%2Fdojo.png&widths=250&widths=350&heights=250&heights=350`,
18+
image: `https://og-image.now.sh/**Deploy%20Dojo%20Apps**%20%3Cbr%3E%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=100px&images=https%3A%2F%2Fassets.vercel.com%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fraw.githubusercontent.com%2Fdojo%2Fsite%2Fmaster%2Fsrc%2Fassets%2Fdojo.png&widths=250&widths=350&heights=250&heights=350`,
1919
editUrl: 'pages/guides/deploying-dojo-with-vercel.mdx',
2020
name: 'Dojo',
2121
type: 'app',
22-
lastEdited: '2020-04-16T11:25:18.000Z'
22+
lastEdited: '2020-04-25T00:32:18.000Z'
2323
}
2424

2525
[Dojo](https://dojo.io/home) is a progressive framework for modern web apps. It provides a holistic approach to engineering modern web applications while remaining progressively modular in which aspects a project may utilize.

pages/guides/deploying-eleventy-with-vercel.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ export const meta = {
1616
url: '/guides/deploying-eleventy-with-vercel',
1717
example: 'eleventy',
1818
demo: 'https://eleventy.now-examples.now.sh',
19-
image: `https://og-image.now.sh/**Deploy%20Eleventy%20Sites**%20%3Cbr%2F%3E%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=100px&images=https%3A%2F%2Fassets.zeit.co%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fcamo.githubusercontent.com%2Ff1a9a3921ae3ea9bd2b024d763bdddd8c931be6f%2F68747470733a2f2f7777772e313174792e696f2f696d672f6c6f676f2d6769746875622e706e67&widths=undefined&widths=250`,
19+
image: `https://og-image.now.sh/**Deploy%20Eleventy%20Sites**%20%3Cbr%2F%3E%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=100px&images=https%3A%2F%2Fassets.vercel.com%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Fcamo.githubusercontent.com%2Ff1a9a3921ae3ea9bd2b024d763bdddd8c931be6f%2F68747470733a2f2f7777772e313174792e696f2f696d672f6c6f676f2d6769746875622e706e67&widths=undefined&widths=250`,
2020
editUrl: 'pages/guides/deploying-eleventy-with-vercel.mdx',
2121
name: 'Eleventy',
2222
type: 'site',
23-
lastEdited: '2020-04-16T03:22:57.000Z'
23+
lastEdited: '2020-04-25T00:32:18.000Z'
2424
}
2525

2626
[Eleventy](https://www.11ty.io/) is a simpler static site generator, created to be a JavaScript alternative to Jekyll.

pages/guides/deploying-ember-with-vercel.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ export const meta = {
1616
url: '/guides/deploying-ember-with-vercel',
1717
example: 'ember',
1818
demo: 'https://ember.now-examples.now.sh',
19-
image: `https://og-image.now.sh/**Deploy%20Ember%20Apps**%20%20%3Cbr%2F%3E%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=100px&images=https%3A%2F%2Fassets.zeit.co%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Femberjs.com%2Fimages%2Fbrand%2Fember_Tomster-Lockup-b368131eb80ecbcbaf2d23fd4cb27295.png&widths=300&widths=350&heights=300&heights=350`,
19+
image: `https://og-image.now.sh/**Deploy%20Ember%20Apps**%20%20%3Cbr%2F%3E%20with%20${PRODUCT_NAME}.png?theme=light&md=1&fontSize=100px&images=https%3A%2F%2Fassets.vercel.com%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fzeit-black-triangle.svg&images=https%3A%2F%2Femberjs.com%2Fimages%2Fbrand%2Fember_Tomster-Lockup-b368131eb80ecbcbaf2d23fd4cb27295.png&widths=300&widths=350&heights=300&heights=350`,
2020
editUrl: 'pages/guides/deploying-ember-with-vercel.mdx',
2121
name: 'Ember',
2222
type: 'app',
23-
lastEdited: '2020-04-16T03:22:57.000Z'
23+
lastEdited: '2020-04-25T00:32:18.000Z'
2424
}
2525

2626
[Ember](https://emberjs.com/) is a JavaScript framework for creating ambitious web applications.

0 commit comments

Comments
 (0)