diff --git a/next.config.js b/next.config.js index 5d7680b..bb736f7 100644 --- a/next.config.js +++ b/next.config.js @@ -5,6 +5,7 @@ module.exports = { reactStrictMode: true, webpack: (config) => { config.resolve.alias['qcr-sites-shared'] = path.resolve(__dirname, 'src/'); + config.resolve.alias['handlebars'] = 'handlebars/dist/handlebars'; config.module.rules.push( ...[ {