feature/excel #1

Open
mmintel wants to merge 84 commits from feature/excel into main
Showing only changes of commit 4f464f8bb7 - Show all commits

View File

@@ -432,11 +432,19 @@ const nextConfig = {
beforeFiles: [
{
source: '/:locale/datasheets/:path*',
destination: '/datasheets/:path*',
destination: '/api/datasheets/:path*',
},
{
source: '/:locale/brochure/:path*',
destination: '/brochure/:path*',
source: '/:locale/brochures/:path*',
destination: '/api/brochures/:path*',
},
{
source: '/datasheets/:path*',
destination: '/api/datasheets/:path*',
},
{
source: '/brochures/:path*',
destination: '/api/brochures/:path*',
},
{
source: '/de/produkte',