Skip to content

Commit 6dfe136

Browse files
committed
Use remotePatterns
1 parent dfc9a73 commit 6dfe136

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

next.config.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
44
images: {
5-
domains: ["vhs.charm.sh"],
5+
remotePatterns: [
6+
{
7+
protocol: "https",
8+
hostname: "vhs.charm.sh",
9+
pathname: "**",
10+
},
11+
],
612
},
713
};
814

0 commit comments

Comments
 (0)