trypost/maizzle/config.js
2026-01-18 16:46:27 -03:00

18 lines
No EOL
342 B
JavaScript

/** @type {import('@maizzle/framework').Config} */
export default {
build: {
content: ['templates/**/*.html'],
static: {
source: ['images/**/*.*'],
destination: 'images',
},
output: {
path: 'build_local',
},
},
posthtml: {
expressions: {
unescapeDelimiters: ['{!!', '!!}'],
},
},
};