feat(po): catalogue line items on approval + move /inventory/{items,vendors} ? /catalogue #108
3 changed files with 0 additions and 8 deletions
|
|
@ -19,14 +19,6 @@ const nextConfig: NextConfig = {
|
|||
: []),
|
||||
],
|
||||
},
|
||||
// The product catalogue moved from /inventory/{items,vendors} to
|
||||
// /catalogue/{items,vendors}; keep old links (bookmarks, emails) working.
|
||||
async redirects() {
|
||||
return [
|
||||
{ source: "/inventory/items/:path*", destination: "/catalogue/items/:path*", permanent: true },
|
||||
{ source: "/inventory/vendors/:path*", destination: "/catalogue/vendors/:path*", permanent: true },
|
||||
];
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue