File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const Code: FC<CodeProps> = (p) =>
13
13
const Home : NextPage = ( ) => (
14
14
< div className = { styles . container } >
15
15
< div className = { styles . card } >
16
- < h1 > Uploadcare custom loader for Image Component [@uploadcare/nextjs-loader]( https://github.com/uploadcare/nextjs-loader) </ h1 >
16
+ < h1 > Uploadcare custom loader for Image Component < a href = " https://github.com/uploadcare/nextjs-loader" > @uploadcare/nextjs-loader </ a > </ h1 >
17
17
< p >
18
18
The following is an example of a reference to an image from the{ ' ' }
19
19
Uploadcare CDN at < Code > ucarecdn.com</ Code >
@@ -78,7 +78,7 @@ const Home: NextPage = () => (
78
78
loader = { uploadcareLoader }
79
79
/>
80
80
< hr className = { styles . hr } />
81
- Checkout the project documentation on Github [@uploadcare/nextjs-loader]( https://github.com/uploadcare/nextjs-loader) .
81
+ Checkout the project documentation on Github < a href = " https://github.com/uploadcare/nextjs-loader" > @uploadcare/nextjs-loader </ a > .
82
82
</ div >
83
83
</ div >
84
84
)
You can’t perform that action at this time.
0 commit comments