UNPKG

@axeptio/design-system

Version:
17 lines (14 loc) 238 B
/** * @type {import('next').NextConfig} **/ const nextConfig = { reactStrictMode: true, trailingSlash: true, compiler: { styledComponents: { displayName: true, ssr: true } } }; module.exports = nextConfig;