feat(members): replace Affiliation & Office box with Prof. Seok-Joo Koh profile image

- Copy prof_profile.png to refer_landing_page/public/images/
- Configure images.unoptimized in next.config.js for static export compatibility
- Render high-resolution portrait profile image in professor section
- All 12 quality gates passed clean (Exit Code 0)
This commit is contained in:
2026-08-25 23:40:12 +09:00
parent 3dc89970c6
commit ca6e85ce9b
6 changed files with 14 additions and 6 deletions
+3
View File
@@ -3,6 +3,9 @@ const nextConfig = {
output: "export",
trailingSlash: true,
reactStrictMode: true,
images: {
unoptimized: true,
},
};
module.exports = nextConfig;