Add music to playlist, add more github info and css
This commit is contained in:
@@ -3,7 +3,7 @@ module.exports = {
|
||||
locales: ['en-US'],
|
||||
defaultLocale: 'en-US'
|
||||
},
|
||||
webpack: (config, options) => {
|
||||
webpack: (config, _options) => {
|
||||
config.experiments = { asset: true };
|
||||
|
||||
const { cache } = require('./util/slug');
|
||||
@@ -48,4 +48,7 @@ module.exports = {
|
||||
|
||||
return config
|
||||
},
|
||||
images: {
|
||||
domains: ['avatars.githubusercontent.com']
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user