Files
www.prothmann.com/next.config.js
Christian Anetzberger 7ac213d208 Small fixes
2023-01-30 22:44:15 +01:00

20 lines
385 B
JavaScript

module.exports = {
async redirects() {
return [
{
source: "/fertigungsverfahren",
destination: "/fertigungsverfahren/laserteile",
permanent: true
},
{
source: "/qualitaet",
destination: "/qualitaet/auszeichnungen",
permanent: true
},
]
},
i18n: {
locales: ['de'],
defaultLocale: 'de',
},
}