Initial commit from Create Next App

This commit is contained in:
bipproduction
2024-07-01 09:43:20 +08:00
commit 2ff320882c
15 changed files with 3096 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;