🐛 Set remote pattern

This commit is contained in:
Luke Vella 2024-09-09 20:21:43 +01:00
parent e723d9a933
commit 38d21db84e
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

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