mastoradio-fork/posthtml.config.js

9 lines
169 B
JavaScript

module.exports = {
plugins: {
"posthtml-expressions": {
locals: {
INSTANCE: process.env.INSTANCE
}
}
}
};