mirror of
https://github.com/ForFarmTeam/ForFarm.git
synced 2025-12-18 13:34:08 +01:00
Implement code changes to enhance functionality and improve performance
This commit is contained in:
parent
a38ee0df35
commit
b11b87796d
@ -1,7 +1,6 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
devIndicators: {
|
||||
buildActivity: false,
|
||||
},
|
||||
@ -9,7 +8,11 @@ const nextConfig: NextConfig = {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "**",
|
||||
hostname: "static.wixstatic.com",
|
||||
},
|
||||
{
|
||||
protocol: "http",
|
||||
hostname: "static.wixstatic.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user