UNPKG

md-toy-blog

Version:

Very simple Markdown blog: serves your md as html without fancy databases. You will only spend time writing the actual data.

8 lines (7 loc) 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); require("dotenv/config"); var loadDictElement = { instance: process.env.MTB_MISSING_REF_VALUE_REPLACEMENT || '<strong style="color: red;">THIS_IS_A_DUMMY_VAL_FOR_A_MISSING_REF</strong>', }; exports.default = loadDictElement;