From 7d15904fd5e1123a3bef39249bdf0a3fe6f20ef8 Mon Sep 17 00:00:00 2001 From: Evan Barger Date: Tue, 2 Mar 2021 19:54:36 -0500 Subject: [PATCH] Switch to different test site, remove meta redirect plugin, remove /docs path rewriting --- .github/workflows/deploy-test.yml | 2 +- gatsby-config.js | 2 +- static/_redirects | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index af35de56234..a863f5c4bdc 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -55,4 +55,4 @@ jobs: netlify deploy --dir=public --prod env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} - NETLIFY_SITE_ID: ${{ secrets.NETLIFY_TEST_SITE_ID }} + NETLIFY_SITE_ID: 2e531688-6920-4844-a1ac-2784d3feec11 # ${{ secrets.NETLIFY_TEST_SITE_ID }} diff --git a/gatsby-config.js b/gatsby-config.js index 6d7e5245472..fc1de333931 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -314,7 +314,7 @@ module.exports = { 'gatsby-transformer-json', 'gatsby-plugin-catch-links', 'gatsby-plugin-sharp', - 'gatsby-plugin-meta-redirect', + // 'gatsby-plugin-meta-redirect', { resolve: 'gatsby-plugin-netlify', options: { diff --git a/static/_redirects b/static/_redirects index c4738dd4847..02aa822a675 100644 --- a/static/_redirects +++ b/static/_redirects @@ -303,4 +303,4 @@ /docs/en/version/hdfs_fdw/* https://www.enterprisedb.com/edb-docs/ 301 # Path rewriting to support pathPrefix -/docs/* /:splat 200 +# /docs/* /:splat 200