feature/excel #1
@@ -432,11 +432,19 @@ const nextConfig = {
|
|||||||
beforeFiles: [
|
beforeFiles: [
|
||||||
{
|
{
|
||||||
source: '/:locale/datasheets/:path*',
|
source: '/:locale/datasheets/:path*',
|
||||||
destination: '/datasheets/:path*',
|
destination: '/api/datasheets/:path*',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
source: '/:locale/brochure/:path*',
|
source: '/:locale/brochures/:path*',
|
||||||
destination: '/brochure/:path*',
|
destination: '/api/brochures/:path*',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/datasheets/:path*',
|
||||||
|
destination: '/api/datasheets/:path*',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/brochures/:path*',
|
||||||
|
destination: '/api/brochures/:path*',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
source: '/de/produkte',
|
source: '/de/produkte',
|
||||||
|
|||||||
Reference in New Issue
Block a user