mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-28 16:26:24 +02:00
🐛 Set remote pattern
This commit is contained in:
parent
e723d9a933
commit
38d21db84e
1 changed files with 7 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue