Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34830a0

Browse files
cyrilfarunoda
authored andcommitted
Add a missing slash (vercel#2634)
Improving `next.js`, one slash at a time
1 parent e319b4f commit 34830a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export default () => (
339339
// pages/index.js
340340
import Link from 'next/link'
341341
export default () => (
342-
<div>Click <Link href='/about'><img src="/static/image.png"></Link></div>
342+
<div>Click <Link href='/about'><img src="/static/image.png" /></Link></div>
343343
)
344344
```
345345

0 commit comments

Comments
 (0)