svgl/next.config.js

7 lines
118 B
JavaScript
Raw Normal View History

/** @type {import('next').NextConfig} */
2022-04-11 01:42:18 +08:00
const nextConfig = {
2022-01-16 22:40:15 +08:00
reactStrictMode: true,
}
2022-04-11 01:42:18 +08:00
module.exports = nextConfig