Skip to content

Commit

Permalink
Fix pb with generic path /temurin/release (#3319)
Browse files Browse the repository at this point in the history
* Fix pb with generic path /temurin/release

* Title must be the same than the english one
  • Loading branch information
xavierfacq authored Dec 28, 2024
1 parent e93a9a6 commit dbfe87b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/asciidoc-pages/temurin/buttons/index.de.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Temurin(TM) Download-Schaltflächen
= Temurin(TM) Download Buttons
:page-authors: tellison, gdams, jonelo
:keywords: buttons

Expand Down
6 changes: 5 additions & 1 deletion gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@ const config: GatsbyConfig = {
getLanguageFromPath: true
},
{
matchPath: '/:lang?/temurin/:uid',
matchPath: '/:lang?/temurin/commercial-support/',
getLanguageFromPath: true
},
{
matchPath: '/:lang?/temurin/buttons',
getLanguageFromPath: true
}
]
Expand Down

0 comments on commit dbfe87b

Please sign in to comment.