From d8d2358da12dc17054ce0f947243dab1ef394827 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 19 Jul 2022 12:35:55 -0500 Subject: [PATCH] Disable New World on game kind --- src/pages/kind/[...kindPath].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/kind/[...kindPath].astro b/src/pages/kind/[...kindPath].astro index 5491bb7..ec839c2 100644 --- a/src/pages/kind/[...kindPath].astro +++ b/src/pages/kind/[...kindPath].astro @@ -70,7 +70,7 @@ if ( !!categorySlug ) { } const adName = (() => { - if ( kindName === 'game' ) return 'new-world-1' + // if ( kindName === 'game' ) return 'new-world-1' if ( kindName === 'developer-tools' ) return 'codeable-1'