feat: output with export

This commit is contained in:
httpjamesm
2024-06-11 01:20:06 -04:00
parent 4f3a3fb805
commit 6cd36816ab
+2 -1
View File
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
reactStrictMode: true,
output: "export"
};
export default nextConfig;