employee-fr/next.config.js
rizal.productzilla 0e91646c75 first commit
2024-04-16 16:48:48 +07:00

11 lines
180 B
JavaScript

module.exports = {
async redirects() {
return [
{
source: '/',
destination: '/login',
permanent: true,
},
]
},
}