Skip to content

Commit

Permalink
Fix pb with generic path /temurin/release
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfacq committed Dec 28, 2024
1 parent e93a9a6 commit b999c5b
Showing 1 changed file with 5 additions and 1 deletion.
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 b999c5b

Please sign in to comment.