Skip to content

Commit dfc9a73

Browse files
committed
next.config.js -> next.config.ts
1 parent 9771f8c commit dfc9a73

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

next.config.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

next.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import type { NextConfig } from "next";
2+
3+
const nextConfig: NextConfig = {
4+
images: {
5+
domains: ["vhs.charm.sh"],
6+
},
7+
};
8+
9+
export default nextConfig;

0 commit comments

Comments
 (0)