mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-29 11:47:41 +02:00
🔥
This commit is contained in:
@@ -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']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user