feat: add Exhibition and Fight applications pages with authentication and approval functionality

This commit is contained in:
2025-08-08 01:39:49 +05:00
parent f3772220ff
commit a97a4ad758
3 changed files with 1102 additions and 0 deletions
+10
View File
@@ -4,6 +4,16 @@ const nextConfig: NextConfig = {
/* config options here */
reactStrictMode: true,
output: "standalone",
images: {
remotePatterns: [
{
protocol: "https",
hostname: "base.mossport.info",
port: "",
pathname: "/api/files/**",
},
],
},
};
export default nextConfig;