Add music to playlist, add more github info and css

This commit is contained in:
2022-09-27 20:52:24 -04:00
parent 268386879b
commit 94599da215
10 changed files with 2254 additions and 10664 deletions
+4 -1
View File
@@ -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']
},
}