mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +02:00
🐛 Add domain
This commit is contained in:
parent
ab0c6d4b39
commit
1276bc27b3
1 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue