mastoradio-fork/posthtml.config.js

10 lines
189 B
JavaScript
Raw Normal View History

2021-11-05 18:44:38 +01:00
module.exports = {
plugins: {
"posthtml-expressions": {
locals: {
2021-11-05 20:36:19 +01:00
INSTANCE: process.env.INSTANCE || 'eldritch.cafe'
2021-11-05 18:44:38 +01:00
}
}
}
2021-11-05 20:36:19 +01:00
};