fedisearch/application/next.config.js

12 wiersze
161 B
JavaScript

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