Skip to content

Commit

Permalink
Repair advanced feature reference (#10330)
Browse files Browse the repository at this point in the history
* Repair advanced feature reference

The explanation of the custom document feature had been moved.

* Update README.md

Co-authored-by: Joe Haddad <timer150@gmail.com>
  • Loading branch information
micahalcorn and Timer committed Jan 30, 2020
1 parent 29d1b4f commit 6f16cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-google-analytics/README.md
@@ -1,6 +1,6 @@
# Example app with analytics

This example shows how to use [Next.js](https://github.com/zeit/next.js) along with [Google Analytics](https://developers.google.com/analytics/devguides/collection/gtagjs/). A custom [\_document](https://github.com/zeit/next.js/#custom-document) is used to inject [tracking snippet](https://developers.google.com/analytics/devguides/collection/gtagjs/) and track [pageviews](https://developers.google.com/analytics/devguides/collection/gtagjs/pages) and [event](https://developers.google.com/analytics/devguides/collection/gtagjs/events).
This example shows how to use [Next.js](https://github.com/zeit/next.js) along with [Google Analytics](https://developers.google.com/analytics/devguides/collection/gtagjs/). A custom [\_document](https://nextjs.org/docs/advanced-features/custom-document) is used to inject [tracking snippet](https://developers.google.com/analytics/devguides/collection/gtagjs/) and track [pageviews](https://developers.google.com/analytics/devguides/collection/gtagjs/pages) and [event](https://developers.google.com/analytics/devguides/collection/gtagjs/events).

## Deploy your own

Expand Down

0 comments on commit 6f16cef

Please sign in to comment.