Skip to content

Commit

Permalink
Added utm
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Feb 1, 2020
1 parent f1b2146 commit ecfa8d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/create-next-app/templates/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ To configure the syntax highlighting in your favorite text editor, head to the [

## Deploy to Now

[ZEIT Now](https://zeit.co/home) offers a zero-configuration single-command deployment.
[ZEIT Now](https://zeit.co/home?utm_source=create-next-app&utm_medium=referral&utm_campaign=Create%20Next%20App) offers a zero-configuration single-command deployment.

1. Install the `now` command-line tool either via npm `npm install -g now` or Yarn `yarn global add now`.

Expand All @@ -164,7 +164,7 @@ To configure the syntax highlighting in your favorite text editor, head to the [
Paste that URL into your browser when the build is complete, and you will see your deployed app.
You can find more details about [`ZEIT Now` here](https://zeit.co/home).
You can find more details about [`ZEIT Now` here](https://zeit.co/home?utm_source=create-next-app&utm_medium=referral&utm_campaign=Create%20Next%20App).
## Something Missing?
Expand Down
11 changes: 9 additions & 2 deletions packages/create-next-app/templates/default/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ const Home = () => (
<p>Discover and deploy boilerplate example Next.js projects.</p>
</a>

<a href="https://zeit.co/new/nextjs" className="card">
<a
href="https://zeit.co/new?utm_source=create-next-app&utm_medium=referral&utm_campaign=Create%20Next%20App"
className="card"
>
<h3>Deploy &rarr;</h3>
<p>
Instantly deploy your Next.js site to a public URL with ZEIT Now.
Expand All @@ -46,7 +49,11 @@ const Home = () => (
</main>

<footer>
<a href="https://zeit.co" target="_blank" rel="noopener noreferrer">
<a
href="https://zeit.co?utm_source=create-next-app&utm_medium=referral&utm_campaign=Create%20Next%20App"
target="_blank"
rel="noopener noreferrer"
>
Powered by <img src="/zeit.svg" alt="ZEIT Logo" />
</a>
</footer>
Expand Down

0 comments on commit ecfa8d0

Please sign in to comment.