Fixed Routes

This commit is contained in:
Christian Anetzberger
2022-03-15 10:58:31 +01:00
parent 8dc95b3050
commit 22736073da
5 changed files with 22 additions and 12 deletions

View File

@@ -12,10 +12,10 @@ export async function getStaticPaths() {
{ params: { index: "stanzteile" } },
{ params: { index: "biegeteile" } },
{ params: { index: "lasergravur" } },
{ params: { index: "blechkonstruktion" } },
{ params: { index: "baugruppe" } },
{ params: { index: "blechkonstruktionen" } },
{ params: { index: "baugruppen" } },
{ params: { index: "fügeverfahren" } },
{ params: { index: "entgraten" } },
{ params: { index: "entgrattechnik" } },
],
fallback: false, // See the "fallback" section below
};
@@ -91,7 +91,7 @@ Wir beraten Sie gerne, wenn es um die Machbarkeit von Biegeteilen geht. Dabei k
hkey: "Lasergravieren, Lasergravur",
},
};
case "blechkonstruktion":
case "blechkonstruktionen":
return {
props: {
title: "Blechkonstruktion",
@@ -107,7 +107,7 @@ Wir haben das Know-how um Blechteile zu konstruieren, die später problemlos und
hkey: "Blechkonstruktion",
},
};
case "baugruppe":
case "baugruppen":
return {
props: {
title: "Baugruppen",
@@ -139,7 +139,7 @@ Kantenschutz`,
hkey: "Fügeverfahren",
},
};
case "entgraten":
case "entgrattechnik":
return {
props: {
title: "Entgrattechnik",