attestation_covid/posthtml.config.js
Stanislas Ormières 0ab3aad98c Version 1.0.5
Fix #2, #3, #6, #10, #15, #19, #21, #29
2020-10-30 15:41:15 +01:00

10 lines
145 B
JavaScript

module.exports = {
plugins: {
'posthtml-expressions': {
locals: {
PUBLIC_URL: process.env.PUBLIC_URL,
},
},
},
}