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) =>
1313const Home : NextPage = ( ) => (
1414 < div className = { styles . container } >
1515 < 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 >
1717 < p >
1818 The following is an example of a reference to an image from the{ ' ' }
1919 Uploadcare CDN at < Code > ucarecdn.com</ Code >
@@ -78,7 +78,7 @@ const Home: NextPage = () => (
7878 loader = { uploadcareLoader }
7979 />
8080 < 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 > .
8282 </ div >
8383 </ div >
8484)
You can’t perform that action at this time.
0 commit comments