Skip to content

Commit

Permalink
Switch to different test site, remove meta redirect plugin, remove /d…
Browse files Browse the repository at this point in the history
…ocs path rewriting
  • Loading branch information
epbarger committed Mar 3, 2021
1 parent bcd7b4d commit 7d15904
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7d15904

Please sign in to comment.