mirror of
https://github.com/Steffo99/distributed-arcade-viewer.git
synced 2025-01-05 12:59:46 +00:00
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
|
/** @type {import("next").NextConfig} */
|
||
|
const nextConfig = {
|
||
|
reactStrictMode: true,
|
||
|
}
|
||
|
|
||
|
module.exports = nextConfig
|