1
Fork 0
mirror of https://github.com/Steffo99/distributed-arcade-viewer.git synced 2025-01-03 20:09:48 +00:00
distributed-arcade-viewer/next.config.js
2023-01-10 16:24:43 +01:00

6 lines
117 B
JavaScript

/** @type {import("next").NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig