File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
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</ h1 >
16+ < h1 > Uploadcare custom loader for Image Component [@uploadcare/nextjs-loader](https://github.com/uploadcare/nextjs-loader) </ 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,11 +78,7 @@ const Home: NextPage = () => (
7878 loader = { uploadcareLoader }
7979 />
8080 < hr className = { styles . hr } />
81- Checkout the documentation for{ ' ' }
82- < a href = "https://nextjs.org/docs/basic-features/image-optimization#uploadcare-loader" >
83- Image Optimization
84- </ a > { ' ' }
85- to learn more.
81+ Checkout the project documentation on Github [@uploadcare/nextjs-loader](https://github.com/uploadcare/nextjs-loader).
8682 </ div >
8783 </ div >
8884)
You can’t perform that action at this time.
0 commit comments