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.

10 lines (9 loc) 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); require("dotenv/config"); var loadDictElement = { instance: process.env.MTB_POST_PREVIEW_LENGTH ? parseInt(process.env.MTB_POST_PREVIEW_LENGTH) : 70, }; exports.default = loadDictElement;