fedisearch/application/next.config.js

12 wiersze
161 B
JavaScript
Czysty Zwykły widok Historia

2022-02-01 20:54:48 +00:00
module.exports = {
async redirects() {
return [
{
source: '/',
destination: '/feeds',
permanent: true,
},
]
},
}