Skip to content

Commit eb54a78

Browse files
author
Miriad
committed
Merge phase0/safe-upgrades (resolved conflicts)
2 parents 09ad36c + 1f42a08 commit eb54a78

6 files changed

Lines changed: 653 additions & 17597 deletions

File tree

components/become-sponsor-popup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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&apos;ll get your brand in front of a large audience of developers.
3737
</AlertDialogDescription>
3838
</AlertDialogHeader>
3939
<AlertDialogFooter>

next.config.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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;

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@
126126
"react",
127127
"react-dom"
128128
]
129+
},
130+
"overrides": {
131+
"@portabletext/sanity-bridge": "^1.2.14"
129132
}
130133
}
131134
}

0 commit comments

Comments
 (0)