albert.lol/next.config.js
skidoodle abfc3e09b9 🔥
2022-03-28 23:40:46 +02:00

13 lines
297 B
JavaScript

const path = require('path')
module.exports = {
productionBrowserSourceMaps: true,
swcMinify: false,
sassOptions: {
includePaths: [path.join(__dirname, 'styles')]
},
images: {
domains: ['i.albrt.hu', 'lastfm.freetls.fastly.net'],
formats: ['image/avif', 'image/webp']
}
}