import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ allowedDevOrigins: [ "192.168.10.13", "localhost", "music.tkrmagid.kr" ] }; export default nextConfig;