Refactor, update UI, and add notes

This commit is contained in:
Paul W
2022-10-04 23:41:59 -04:00
parent 3781c2c154
commit d94de055d8
31 changed files with 813 additions and 265 deletions

View File

@@ -4,7 +4,7 @@ module.exports = {
defaultLocale: 'en-US'
},
webpack: (config, _options) => {
const { cache } = require('./util/slug');
const { cache } = require('./lib/slug');
config.plugins.push(
{