From 46f182baf40703ee7a6d5233bbdd7a7b9fba4c5a Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Mon, 26 Apr 2021 08:54:50 -0400 Subject: [PATCH 1/2] Fixing basePath documentation Updating documentation to latest cdn version --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aea23a6b..a108a4c4 100644 --- a/README.md +++ b/README.md @@ -254,13 +254,12 @@ graphiql: subscriptions: timeout: 30 reconnect: false - static: - basePath: / + basePath: / enabled: true pageTitle: GraphiQL cdn: enabled: false - version: 0.13.0 + version: 1.4.1 props: resources: query: query.graphql From 1e90cf1d47005f3776921512b89a402cb2697c63 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Mon, 26 Apr 2021 09:02:05 -0400 Subject: [PATCH 2/2] Updating documentation to latest cdn version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a108a4c4..6722de78 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ graphiql: pageTitle: GraphiQL cdn: enabled: false - version: 1.4.1 + version: latest props: resources: query: query.graphql