Skip to content

Commit

Permalink
Merge pull request #2507 from 0xPolygon/SPEC-507/redirect-rule
Browse files Browse the repository at this point in the history
Spec 507/redirect rule
  • Loading branch information
serafeiml authored Nov 25, 2024
2 parents ebe532a + dacf379 commit 4ffacfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,7 @@ plugins:
'pos/how-to/operate-validator-node/validator-commission-operations.md': 'pos/how-to/operate-validator-node/next-steps.md'
'pos/how-to/operate-validator-node/validator-staking-operations.md': 'pos/how-to/operate-validator-node/next-steps.md'
'pos/how-to/operating/validator-node/index.md': 'pos/how-to/operate-validator-node/next-steps.md'
'cdk/version-matrix/index.md': 'index.md'

validation:
absolute_links: warn
Expand Down
4 changes: 4 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ http {

#REPLACE_APPS

location /cdk/version-matrix/ {
return 302 /; # Redirect to the home page with a temporary redirect
}

location / {
root /app/#environment;
index index.html;
Expand Down

0 comments on commit 4ffacfc

Please sign in to comment.