Fixed Routes
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user