1
Fork 0
mirror of https://github.com/Steffo99/distributed-arcade-viewer.git synced 2024-10-16 06:27:30 +00:00
distributed-arcade-viewer/next.config.js

7 lines
117 B
JavaScript
Raw Permalink Normal View History

2023-01-10 15:24:43 +00:00
/** @type {import("next").NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig