File size: 109 Bytes
94f1dbe
1e8ff3b
 
94f1dbe
 
1
2
3
4
5
6
/** @type {import('next').NextConfig} */
module.exports = {
  reactStrictMode: false,
  output: "export",
};