Initial commit from Create Next App

This commit is contained in:
zjt
2024-06-20 18:36:23 +08:00
commit 6494149f9f
14 changed files with 2131 additions and 0 deletions

4
next.config.mjs Normal file
View File

@@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;