Initial commit from Create Next App

This commit is contained in:
Xevion
2023-02-23 00:34:55 -06:00
commit 0baf71d816
16 changed files with 1145 additions and 0 deletions

6
next.config.js Normal file
View File

@@ -0,0 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig