From 8fe6dae1eab19ab5169b18988e705095b574d83f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denise=20Pe=C3=B1a?= <75506267+dcpena@users.noreply.github.com> Date: Wed, 14 Apr 2021 16:43:46 -0500 Subject: [PATCH 1/3] Added APO to products list --- gatsby-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gatsby-config.js b/gatsby-config.js index 8f130d9c..2c2ae69c 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -13,6 +13,7 @@ const products = [ "access", "analytics", "api", + "apo", "argo-tunnel", "bots", "byoip", From 760f2b1897d39b8597e69f25e82e0afbdaca7c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denise=20Pe=C3=B1a?= <75506267+dcpena@users.noreply.github.com> Date: Thu, 15 Apr 2021 11:12:56 -0500 Subject: [PATCH 2/3] Bumped version for brand assets --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ded8f3cb..24c7a1bb 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Cloudflare ", "dependencies": { "@adaptivelink/pops": "0.2.10", - "@cloudflare/cloudflare-brand-assets": "^4.7.1", + "@cloudflare/cloudflare-brand-assets": "^4.7.3", "@material-ui/core": "4.11.0", "@mdx-js/mdx": "1.6.6", "@mdx-js/react": "1.6.6", From d6ff81623a9ee058b11a57e5fcd91485f82f5308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denise=20Pe=C3=B1a?= <75506267+dcpena@users.noreply.github.com> Date: Fri, 23 Apr 2021 11:23:06 -0500 Subject: [PATCH 3/3] Updated name for APO --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 92c6436a..a0e67b81 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -13,7 +13,7 @@ const products = [ "access", "analytics", "api", - "apo", + "automatic-platform-optimization", "argo-tunnel", "bots", "byoip",