From ea6762aa4a7352cb51cfece422a05ae065f96162 Mon Sep 17 00:00:00 2001 From: Manthan Mallikarjun Date: Fri, 24 Jan 2025 01:14:27 -0800 Subject: [PATCH 1/3] Update cnames_active.js --- cnames_active.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cnames_active.js b/cnames_active.js index 2544eb5205a..f9052e145d6 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -2615,6 +2615,7 @@ var cnames_active = { "react-querybuilder": "react-querybuilder.github.io", "react-redux": "react-redux-docs.netlify.app", // noCF "react-responsive-carousel": "leandrowd.github.io/react-responsive-carousel", // noCF? (don´t add this in a new PR) + 'react-server-forms': 'alpha.coolify.ldcr.us', "react-showroom": "react-showroom.netlify.app", "react-starport": "react-starport.netlify.app", "react-styleguidist": "styleguidist.netlify.app", From 865826d4bf1e7c0ff12062d7ddecf3a1d351ab73 Mon Sep 17 00:00:00 2001 From: Matt Cowley Date: Fri, 24 Jan 2025 10:03:10 +0000 Subject: [PATCH 2/3] Fix quote style for 'react-server-forms' entry --- cnames_active.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnames_active.js b/cnames_active.js index f9052e145d6..e42f6aad853 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -2615,7 +2615,7 @@ var cnames_active = { "react-querybuilder": "react-querybuilder.github.io", "react-redux": "react-redux-docs.netlify.app", // noCF "react-responsive-carousel": "leandrowd.github.io/react-responsive-carousel", // noCF? (don´t add this in a new PR) - 'react-server-forms': 'alpha.coolify.ldcr.us', + "react-server-forms": "alpha.coolify.ldcr.us", "react-showroom": "react-showroom.netlify.app", "react-starport": "react-starport.netlify.app", "react-styleguidist": "styleguidist.netlify.app", From b81c3a3ff36e028da1c1a606532b1ea6b38e49e3 Mon Sep 17 00:00:00 2001 From: Manthan Mallikarjun Date: Fri, 24 Jan 2025 17:16:14 -0800 Subject: [PATCH 3/3] Update cnames_active.js --- cnames_active.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnames_active.js b/cnames_active.js index e42f6aad853..6792508888a 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -2615,7 +2615,7 @@ var cnames_active = { "react-querybuilder": "react-querybuilder.github.io", "react-redux": "react-redux-docs.netlify.app", // noCF "react-responsive-carousel": "leandrowd.github.io/react-responsive-carousel", // noCF? (don´t add this in a new PR) - "react-server-forms": "alpha.coolify.ldcr.us", + "react-server-forms": "alpha.coolify.ldcr.us", // noCF "react-showroom": "react-showroom.netlify.app", "react-starport": "react-starport.netlify.app", "react-styleguidist": "styleguidist.netlify.app",