feat: initial commit

This commit is contained in:
rzmk 2024-02-20 02:39:47 -05:00
commit 67d9c3d73b
No known key found for this signature in database
92 changed files with 13341 additions and 0 deletions

7
next.config.mjs Normal file
View file

@ -0,0 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
// reactStrictMode: false,
};
export default nextConfig;