UNPKG

amotify

Version:

UI Component for React,NextJS,esbuild

15 lines (14 loc) 262 B
import { NextConfig } from 'next' const nextConfig: NextConfig = { reactStrictMode: false, skipProxyUrlNormalize: true, experimental: { webpackMemoryOptimizations: true, }, allowedDevOrigins: [ '192.168.10.71' ] } export default nextConfig