create post completed

This commit is contained in:
libertyoms
2025-04-21 20:59:37 +02:00
parent 629da1b7e7
commit a8c6b5297b
21 changed files with 1973 additions and 37 deletions

View File

@ -2,7 +2,15 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
images: {
domains: ["avatars.githubusercontent.com"],
domains: ["avatars.githubusercontent.com", "storage.cvevolve.com"],
},
serverActions: {
bodySizeLimit: "10mb", // Increase limit (e.g., to 10MB) - adjust as needed
},
experimental: {
serverActions: {
bodySizeLimit: "2mb",
},
},
};