mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
🔥
This commit is contained in:
commit
abfc3e09b9
21 changed files with 553 additions and 0 deletions
13
next.config.js
Normal file
13
next.config.js
Normal 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']
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue