mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-27 11:04:04 +00:00
feat(user-agreement): implement user agreement upload functionality and update related components ✨
This commit is contained in:
@ -2,6 +2,11 @@ import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
experimental: {
|
||||
serverActions: {
|
||||
bodySizeLimit: '20mb',
|
||||
}
|
||||
},
|
||||
images: {
|
||||
remotePatterns: [
|
||||
new URL('http://people-api.sarlink.net/images/**'),
|
||||
|
Reference in New Issue
Block a user