Skip to content

Commit

Permalink
Update adding-amp-components.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored Feb 14, 2020
1 parent 9836af4 commit d103906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Add components from the AMP community to AMP pages, and make your p

# Adding AMP Components

The AMP community provide [many components](https://amp.dev/documentation/components/) to make AMP pages more interactive. Next.js will automatically import all components used on a page and there is no need to manually import AMP component scripts:
The AMP community provides [many components](https://amp.dev/documentation/components/) to make AMP pages more interactive. Next.js will automatically import all components used on a page and there is no need to manually import AMP component scripts:

```jsx
export const config = { amp: true }
Expand Down

0 comments on commit d103906

Please sign in to comment.