1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2025-02-16 15:53:58 +00:00
triennale-appunti-steffo/next.config.js

7 lines
118 B
JavaScript
Raw Normal View History

2022-02-02 05:36:02 +01:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig