mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
parent
e319b4fdce
commit
34830a05c9
|
@ -339,7 +339,7 @@ export default () => (
|
||||||
// pages/index.js
|
// pages/index.js
|
||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
export default () => (
|
export default () => (
|
||||||
<div>Click <Link href='/about'><img src="/static/image.png"></Link></div>
|
<div>Click <Link href='/about'><img src="/static/image.png" /></Link></div>
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue