mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-30 18:56:45 +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:
|
output:
|
||||||
process.env.NEXT_PUBLIC_SELF_HOSTED === "true" ? "standalone" : undefined,
|
process.env.NEXT_PUBLIC_SELF_HOSTED === "true" ? "standalone" : undefined,
|
||||||
productionBrowserSourceMaps: true,
|
productionBrowserSourceMaps: true,
|
||||||
|
images: {
|
||||||
|
domains: [process.env.NEXT_PUBLIC_BASE_URL || "localhost:3000"],
|
||||||
|
},
|
||||||
transpilePackages: [
|
transpilePackages: [
|
||||||
"@rallly/database",
|
"@rallly/database",
|
||||||
"@rallly/icons",
|
"@rallly/icons",
|
||||||
|
|
Loading…
Add table
Reference in a new issue