Skip to content

Commit f5cb698

Browse files
committed
Update import URL and apply renames
1 parent 23cde90 commit f5cb698

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed
File renamed without changes.

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To view the steps to setup Notion to work with this example view the post at htt
1414

1515
Deploy your own Notion blog with Vercel.
1616

17-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/settings?s=https://github.com/ijjk/notion-blog/tree/master&env=NOTION_TOKEN,BLOG_INDEX_ID&envDescription=Required+env+values+for+deploying&envLink=https://github.com/ijjk/notion-blog%23getting-blog-index-and-token)
17+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/git?s=https://github.com/ijjk/notion-blog/tree/master&env=NOTION_TOKEN,BLOG_INDEX_ID&envDescription=Required+env+values+for+deploying&envLink=https://github.com/ijjk/notion-blog%23getting-blog-index-and-token)
1818

1919
or
2020

src/components/footer.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ export default () => (
44
<>
55
<footer>
66
<span>Deploy your own!</span>
7-
<ExtLink href="https://vercel.com/import/settings?s=https://github.com/ijjk/notion-blog/tree/master&env=NOTION_TOKEN,BLOG_INDEX_ID&envDescription=Required+env+values+for+deploying&envLink=https://github.com/ijjk/notion-blog%23getting-blog-index-and-token">
7+
<ExtLink href="https://vercel.com/import/git?s=https://github.com/ijjk/notion-blog/tree/master&env=NOTION_TOKEN,BLOG_INDEX_ID&envDescription=Required+env+values+for+deploying&envLink=https://github.com/ijjk/notion-blog%23getting-blog-index-and-token">
88
<img
9-
src="https://zeit.co/button"
9+
src="https://vercel.com/button"
1010
height={46}
1111
width={132}
12-
alt="deploy to ZEIT button"
12+
alt="deploy to Vercel button"
1313
/>
1414
</ExtLink>
1515
<span>

src/pages/contact.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default () => (
4444

4545
<div className={contactStyles.name}>
4646
JJ Kasper - Next.js Engineer @{' '}
47-
<ExtLink href="https://zeit.co">ZEIT</ExtLink>
47+
<ExtLink href="https://vercel.com">Vercel</ExtLink>
4848
</div>
4949

5050
<div className={contactStyles.links}>

src/pages/index.tsx

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default () => (
1010
<Header titlePre="Home" />
1111
<div className={sharedStyles.layout}>
1212
<img
13-
src="/zeit-and-notion.png"
13+
src="/vercel-and-notion.png"
1414
height="85"
1515
width="250"
1616
alt="Vercel + Notion"
@@ -19,7 +19,7 @@ export default () => (
1919
<h2>
2020
Blazing Fast Notion Blog with Next.js'{' '}
2121
<ExtLink
22-
href="https://github.com/zeit/next.js/issues/9524"
22+
href="https://github.com/vercel/next.js/issues/9524"
2323
className="dotted"
2424
style={{ color: 'inherit' }}
2525
>
@@ -34,13 +34,13 @@ export default () => (
3434
This is a statically generated{' '}
3535
<ExtLink href="https://nextjs.org">Next.js</ExtLink> site with a{' '}
3636
<ExtLink href="https://notion.so">Notion</ExtLink> powered blog that
37-
is deployed with <ExtLink href="https://vercel.com">Vercel</ExtLink>. It
38-
leverages some upcoming features in Next.js like{' '}
39-
<ExtLink href="https://github.com/zeit/next.js/issues/9524">
37+
is deployed with <ExtLink href="https://vercel.com">Vercel</ExtLink>.
38+
It leverages some upcoming features in Next.js like{' '}
39+
<ExtLink href="https://github.com/vercel/next.js/issues/9524">
4040
SSG support
4141
</ExtLink>{' '}
4242
and{' '}
43-
<ExtLink href="https://github.com/zeit/next.js/issues/8626">
43+
<ExtLink href="https://github.com/vercel/next.js/issues/8626">
4444
built-in CSS support
4545
</ExtLink>{' '}
4646
which allow us to achieve all of the benefits listed above including

0 commit comments

Comments
 (0)