Changes from live
This commit is contained in:
parent
d2522521dd
commit
d0f9e8bb65
11 changed files with 22076 additions and 22031 deletions
|
|
@ -6,6 +6,16 @@ const nextConfig = {
|
|||
leafcutterURL: process.env.LEAFCUTTER_URL,
|
||||
metamigoURL: process.env.METAMIGO_URL,
|
||||
},
|
||||
async rewrites() {
|
||||
return {
|
||||
fallback: [
|
||||
{
|
||||
source: '/:path*',
|
||||
destination: `/proxy/zammad/:path*`,
|
||||
},
|
||||
],
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue