mirror of
https://github.com/Steffo99/distributed-arcade-viewer.git
synced 2024-12-23 06:34:25 +00:00
6 lines
117 B
JavaScript
6 lines
117 B
JavaScript
/** @type {import("next").NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
}
|
|
|
|
module.exports = nextConfig
|