Skip to content

Commit

Permalink
Merge branch 'main' into contributor_bot
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfacq committed Dec 28, 2024
2 parents 322f645 + dbfe87b commit 1d306c6
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, karianna, xavierfacq
: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 1d306c6

Please sign in to comment.