Initial commit from Create Next App

This commit is contained in:
Yidadaa
2023-03-07 23:23:54 +08:00
commit 0decdb3e43
16 changed files with 5849 additions and 0 deletions

8
next.config.js Normal file
View File

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