mirror of
https://github.com/diced/zipline.git
synced 2026-01-18 07:36:51 -08:00
16 lines
257 B
JavaScript
16 lines
257 B
JavaScript
module.exports = {
|
|
async redirects() {
|
|
return [
|
|
{
|
|
source: '/',
|
|
destination: '/dashboard',
|
|
permanent: true,
|
|
},
|
|
];
|
|
},
|
|
api: {
|
|
responseLimit: false,
|
|
},
|
|
poweredByHeader: false,
|
|
reactStrictMode: true,
|
|
}; |