이거 나중에 수정해주셈

This commit is contained in:
imnyang 2024-12-05 18:37:33 +09:00
commit a4b3d612f2
12 changed files with 3971 additions and 305 deletions

View file

@ -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;