mentorenwahl/docker/frontend/next.config.js

7 lines
120 B
JavaScript
Raw Normal View History

2022-01-29 15:40:39 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
2022-01-29 15:48:20 +00:00
};
2022-01-29 15:40:39 +00:00
2022-01-29 15:48:20 +00:00
module.exports = nextConfig;