🐛 Add domain

This commit is contained in:
Luke Vella 2024-09-08 23:45:01 +01:00
parent ab0c6d4b39
commit 1276bc27b3
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -17,6 +17,9 @@ const nextConfig = {
output:
process.env.NEXT_PUBLIC_SELF_HOSTED === "true" ? "standalone" : undefined,
productionBrowserSourceMaps: true,
images: {
domains: [process.env.NEXT_PUBLIC_BASE_URL || "localhost:3000"],
},
transpilePackages: [
"@rallly/database",
"@rallly/icons",