Skip to content

Commit 038f4f7

Browse files
authored
chore(docs): remove next images config (#436)
Removed remotePatterns configuration for images.
1 parent 55c4e9d commit 038f4f7

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

apps/docs/next.config.mjs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,6 @@ const withMDX = createMDX();
44

55
/** @type {import('next').NextConfig} */
66
const config = {
7-
images: {
8-
remotePatterns: [
9-
{
10-
hostname: "github.com",
11-
protocol: "https",
12-
},
13-
{
14-
hostname: "placehold.co",
15-
protocol: "https",
16-
},
17-
],
18-
},
19-
207
redirects() {
218
return [
229
{

0 commit comments

Comments
 (0)