From dbfe87bee92e417f93ec440e5089bf7891df1880 Mon Sep 17 00:00:00 2001 From: Xavier FACQ Date: Sat, 28 Dec 2024 11:22:57 +0100 Subject: [PATCH] Fix pb with generic path /temurin/release (#3319) * Fix pb with generic path /temurin/release * Title must be the same than the english one --- content/asciidoc-pages/temurin/buttons/index.de.adoc | 2 +- gatsby-config.ts | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/content/asciidoc-pages/temurin/buttons/index.de.adoc b/content/asciidoc-pages/temurin/buttons/index.de.adoc index c1fb2521f..936ac318a 100644 --- a/content/asciidoc-pages/temurin/buttons/index.de.adoc +++ b/content/asciidoc-pages/temurin/buttons/index.de.adoc @@ -1,4 +1,4 @@ -= Temurin(TM) Download-Schaltflächen += Temurin(TM) Download Buttons :page-authors: tellison, gdams, jonelo :keywords: buttons diff --git a/gatsby-config.ts b/gatsby-config.ts index 6d089185e..4d299fcbc 100644 --- a/gatsby-config.ts +++ b/gatsby-config.ts @@ -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 } ]