login page 마무리리

This commit is contained in:
wallace
2025-11-06 16:42:55 +09:00
parent 86a9e1e17f
commit b439d56744
7 changed files with 268 additions and 193 deletions

View File

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