qw-gallery-scenery/next.config.js
2021-04-30 11:46:30 +03:00

13 lines
305 B
JavaScript

require('sharp'); //https://github.com/lovell/sharp/issues/2655#issuecomment-815684743
module.exports = {
poweredByHeader: false,
async rewrites() {
return [
{
source: '/',
destination: '/last_added/1'
}
]
},
distDir: '_next'
}