mirror of
https://github.com/qwertyforce/scenery.git
synced 2025-05-02 05:30:24 +00:00
15 lines
377 B
JavaScript
15 lines
377 B
JavaScript
require('sharp'); //https://github.com/lovell/sharp/issues/2655#issuecomment-815684743
|
|
module.exports = {
|
|
poweredByHeader: false,
|
|
// typescript: {ignoreBuildErrors: true},
|
|
optimizeFonts: false,
|
|
async rewrites() {
|
|
return [
|
|
{
|
|
source: '/',
|
|
destination: '/last_added/1'
|
|
}
|
|
]
|
|
},
|
|
distDir: '_next'
|
|
} |