이거 나중에 수정해주셈
This commit is contained in:
parent
137e1b5790
commit
a4b3d612f2
12 changed files with 3971 additions and 305 deletions
|
|
@ -1,7 +1,16 @@
|
|||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "f.imnyang.xyz",
|
||||
port: "",
|
||||
pathname: "/profile/**",
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue