UNPKG

survser-js

Version:

NPM wrapper of Survser JavaScript client

9 lines (7 loc) 140 B
/** @type {import('next').NextConfig} */ const nextConfig = { images: { domains: ["survser.com"], }, }; export default nextConfig;