Middleware and iframe updates
This commit is contained in:
parent
d7624d723f
commit
ba04aa108c
29 changed files with 69 additions and 4128 deletions
|
|
@ -13,18 +13,13 @@ module.exports = {
|
|||
},
|
||||
];
|
||||
},
|
||||
async rewrites() {
|
||||
return {
|
||||
beforeFiles: [
|
||||
{
|
||||
source: "/assets/:path*",
|
||||
destination: `/zammad/assets/:path*`,
|
||||
},
|
||||
{
|
||||
source: "/api/v1/:path*",
|
||||
destination: `/zammad/api/v1/:path*`,
|
||||
},
|
||||
],
|
||||
};
|
||||
}, */
|
||||
*/
|
||||
rewrites: async () => ({
|
||||
fallback: [
|
||||
{
|
||||
source: "/:path*",
|
||||
destination: "/api/proxy/:path*",
|
||||
},
|
||||
],
|
||||
}),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue