feat: add Exhibition and Fight applications pages with authentication and approval functionality
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user