diff --git a/teressa-copeland-homes/next.config.ts b/teressa-copeland-homes/next.config.ts index 45528ad..56620d9 100644 --- a/teressa-copeland-homes/next.config.ts +++ b/teressa-copeland-homes/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { transpilePackages: ['react-pdf', 'pdfjs-dist'], + serverExternalPackages: ['@napi-rs/canvas'], }; export default nextConfig;