diff --git a/docker/frontend/next.config.js b/docker/frontend/next.config.js index a843cbe..91ef62f 100644 --- a/docker/frontend/next.config.js +++ b/docker/frontend/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, -} +}; -module.exports = nextConfig +module.exports = nextConfig;