From 335fac09e91e17c1c4ef712a1ebf644676531a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20H=C3=B8fft?= <6759267+MortenHofft@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:18:26 +0100 Subject: [PATCH] Update UAT config to use new components. See https://github.com/gbif/hosted-portals/issues/302 --- _config_uat.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_config_uat.yml b/_config_uat.yml index 37afc09..9371565 100644 --- a/_config_uat.yml +++ b/_config_uat.yml @@ -1 +1,5 @@ -url: "https://gb29.gbif-uat.org" \ No newline at end of file +url: "https://gb29.gbif-uat.org" + +useSharedLibrary: true # Use the new component library +testSite: true #style the site to show that it is a test site +graphqlEndpoint: "https://graphql.gbif-uat.org/graphql" # for use with e.g. new stories from GBIF.org \ No newline at end of file