mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-20 06:24:06 +01:00
Update next.config.mjs
This commit is contained in:
parent
96a7be3987
commit
80389a4f33
@ -1,19 +1,19 @@
|
|||||||
const SUPABASE_URL = process.env.NEXT_PUBLIC_SUPABASE_URL_SOURCE;
|
const SUPABASE_URL = process.env.NEXT_PUBLIC_SUPABASE_URL_SOURCE;
|
||||||
|
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true, // From the second config
|
reactStrictMode: true,
|
||||||
images: {
|
images: {
|
||||||
remotePatterns: [
|
remotePatterns: [
|
||||||
{
|
{
|
||||||
protocol: "https",
|
protocol: "https",
|
||||||
hostname: SUPABASE_URL,
|
hostname: SUPABASE_URL,
|
||||||
port: "",
|
port: "",
|
||||||
pathname: "/storage/v1/object/sign/**", // From the second config
|
pathname: "/storage/v1/object/sign/**",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
protocol: "https",
|
protocol: "https",
|
||||||
hostname: "upload.wikimedia.org",
|
hostname: "upload.wikimedia.org",
|
||||||
pathname: "/wikipedia/**", // From the first config
|
pathname: "/wikipedia/**",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user