From f870481a7d506ac66b8f73304b53639ef099d3b7 Mon Sep 17 00:00:00 2001 From: Sadrinho27 Date: Wed, 5 Nov 2025 23:05:47 +0100 Subject: [PATCH] Set iframe url to dev2 --- lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.ts b/lib/constants.ts index 5ccac99..76f5de6 100644 --- a/lib/constants.ts +++ b/lib/constants.ts @@ -10,7 +10,7 @@ export const COMPANY_INFO = { // External URLs export const EXTERNAL_URLS = { - iframe: 'https://dev3.4nkweb.com', + iframe: 'https://dev2.4nkweb.com', gitRepository: 'https://git.4nkweb.com', lecoffre: 'https://lecoffre.io' }