mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-22 05:16:23 +02:00
🔧 Remove remote patterns
This commit is contained in:
parent
8f34f755b9
commit
12110be7c7
1 changed files with 0 additions and 11 deletions
|
@ -16,17 +16,6 @@ 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",
|
|
||||||
pathname: "/api/storage/**",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
hostname: "d39ixtfgglw55o.cloudfront.net",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
productionBrowserSourceMaps: true,
|
productionBrowserSourceMaps: true,
|
||||||
transpilePackages: [
|
transpilePackages: [
|
||||||
"@rallly/database",
|
"@rallly/database",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue