/
home
/
rekodeb
/
webrodez
/
wp-content
/
plugins
/
burst-statistics
/
mailer
/
maizzle
/
Upload File
HOME
/** @type {import('@maizzle/framework').Config} */ /* |------------------------------------------------------------------------------- | Production config https://maizzle.com/docs/environments |------------------------------------------------------------------------------- | | This is where you define settings that optimize your emails for production. | These will be merged on top of the base config.js, so you only need to | specify the options that are changing. | */ module.exports = { build: { templates: { destination: { path: 'build_production' } } }, inlineCSS: true, removeUnusedCSS: true, shorthandCSS: true, prettify: true };