Files
links/.history/frontend/linktree-frontend/next.config_20250506110838.ts
2025-05-06 20:44:33 +09:00

10 lines
192 B
TypeScript

// next.config.js
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
allowedDevOrigins: ['http://192.168.219.114:3000'],
},
};
module.exports = nextConfig;