Spaces:
Sleeping
Sleeping
| import type { NextConfig } from "next"; | |
| const nextConfig: NextConfig = { | |
| output: "standalone", | |
| serverExternalPackages: ["@react-pdf/renderer", "pdf-parse", "mammoth"], | |
| images: { | |
| remotePatterns: [ | |
| { protocol: "https", hostname: "avatars.githubusercontent.com" }, | |
| { protocol: "https", hostname: "lh3.googleusercontent.com" }, | |
| ], | |
| }, | |
| }; | |
| export default nextConfig; | |