mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-21 21:06:20 +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 = {
|
||||
output:
|
||||
process.env.NEXT_PUBLIC_SELF_HOSTED === "true" ? "standalone" : undefined,
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
hostname: "app.rallly.co",
|
||||
pathname: "/api/storage/**",
|
||||
},
|
||||
{
|
||||
hostname: "d39ixtfgglw55o.cloudfront.net",
|
||||
},
|
||||
],
|
||||
},
|
||||
productionBrowserSourceMaps: true,
|
||||
transpilePackages: [
|
||||
"@rallly/database",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue