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) =>
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</ h1 >
16
+ < h1 > Uploadcare custom loader for Image Component [@uploadcare/nextjs-loader](https://github.com/uploadcare/nextjs-loader) </ 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,11 +78,7 @@ const Home: NextPage = () => (
78
78
loader = { uploadcareLoader }
79
79
/>
80
80
< 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).
86
82
</ div >
87
83
</ div >
88
84
)
You can’t perform that action at this time.
0 commit comments