This commit is contained in:
skidoodle
2022-03-28 23:40:46 +02:00
commit abfc3e09b9
21 changed files with 553 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
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']
}
}