🔧 Remove remote patterns

This commit is contained in:
Luke Vella 2024-09-14 09:21:00 +01:00
parent 8f34f755b9
commit 12110be7c7
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -16,17 +16,6 @@ require("dotenv").config({
const nextConfig = {
output:
process.env.NEXT_PUBLIC_SELF_HOSTED === "true" ? "standalone" : undefined,
images: {
remotePatterns: [
{
hostname: "app.rallly.co",
pathname: "/api/storage/**",
},
{
hostname: "d39ixtfgglw55o.cloudfront.net",
},
],
},
productionBrowserSourceMaps: true,
transpilePackages: [
"@rallly/database",