From af4d2e9e593cf88338a5765c8c246bf3da6e4048 Mon Sep 17 00:00:00 2001 From: ZareMate <0.zaremate@gmail.com> Date: Mon, 14 Apr 2025 12:02:21 +0200 Subject: [PATCH] modified: next.config.js --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index ee629ee..18bfdca 100644 --- a/next.config.js +++ b/next.config.js @@ -10,7 +10,7 @@ const nextConfig = { ignoreDuringBuilds: true, output: "standalone", }, - "allowedDevOrigins": [ + allowedDevOrigins: [ "http://localhost:3000", "http://10.0.0.1:3000", "http://files.suchodupin.com:3000",