Implement code changes to enhance functionality and improve performance

This commit is contained in:
THIS ONE IS A LITTLE BIT TRICKY KRUB 2025-04-04 21:51:01 +07:00
parent a38ee0df35
commit b11b87796d
2 changed files with 3120 additions and 3972 deletions

View File

@ -1,7 +1,6 @@
import type { NextConfig } from "next"; import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
/* config options here */
devIndicators: { devIndicators: {
buildActivity: false, buildActivity: false,
}, },
@ -9,7 +8,11 @@ const nextConfig: NextConfig = {
remotePatterns: [ remotePatterns: [
{ {
protocol: "https", protocol: "https",
hostname: "**", hostname: "static.wixstatic.com",
},
{
protocol: "http",
hostname: "static.wixstatic.com",
}, },
], ],
}, },

File diff suppressed because it is too large Load Diff