first save

This commit is contained in:
Mikuisnotavailable
2025-07-30 02:52:26 +08:00
parent b2739de915
commit 7b2dda22b9
29 changed files with 12 additions and 0 deletions

7
next.config.js Normal file
View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;