mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-30 17: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 = {
|
const nextConfig = {
|
||||||
output:
|
output:
|
||||||
process.env.NEXT_PUBLIC_SELF_HOSTED === "true" ? "standalone" : undefined,
|
process.env.NEXT_PUBLIC_SELF_HOSTED === "true" ? "standalone" : undefined,
|
||||||
|
images: {
|
||||||
|
remotePatterns: [
|
||||||
|
{
|
||||||
|
hostname: "app.rallly.co",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
productionBrowserSourceMaps: true,
|
productionBrowserSourceMaps: true,
|
||||||
transpilePackages: [
|
transpilePackages: [
|
||||||
"@rallly/database",
|
"@rallly/database",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue