Skip to content

Commit

Permalink
Use relative URL
Browse files Browse the repository at this point in the history
  • Loading branch information
chibicode committed Jan 30, 2020
1 parent 3591849 commit 004682b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-features/typescript.md
Expand Up @@ -121,7 +121,7 @@ export default (req: NextApiRequest, res: NextApiResponse<Data>) => {

## Custom `App` using `_app.tsx`

If you’d like to [customize the `App` component](https://nextjs.org/docs/advanced-features/custom-app) in TypeScript, create `pages/_app.tsx`:
If you’d like to [customize the `App` component](/docs/advanced-features/custom-app) in TypeScript, create `pages/_app.tsx`:

```ts
import { AppProps } from 'next/app'
Expand Down

0 comments on commit 004682b

Please sign in to comment.