File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export function BecomeSponsorPopup() {
3333 < AlertDialogTitle > Become a Sponsor!</ AlertDialogTitle >
3434 < AlertDialogDescription >
3535 Enjoying the content? Help us keep it going by becoming a sponsor.
36- You' ll get your brand in front of a large audience of developers.
36+ You' ll get your brand in front of a large audience of developers.
3737 </ AlertDialogDescription >
3838 </ AlertDialogHeader >
3939 < AlertDialogFooter >
Original file line number Diff line number Diff line change 1+ import type { NextConfig } from "next" ;
2+
3+ const nextConfig : NextConfig = {
4+ images : {
5+ remotePatterns : [
6+ {
7+ protocol : "https" ,
8+ hostname : "**" ,
9+ port : "" ,
10+ pathname : "**" ,
11+ } ,
12+ ] ,
13+ } ,
14+ } ;
15+
16+ export default nextConfig ;
Original file line number Diff line number Diff line change 126126 " react" ,
127127 " react-dom"
128128 ]
129+ },
130+ "overrides" : {
131+ "@portabletext/sanity-bridge" : " ^1.2.14"
129132 }
130133 }
131134}
You can’t perform that action at this time.
0 commit comments