mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-11 15:26:50 +00:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
// initialize markdown rendering
|
|
const helpers = require('./helpers')
|
|
|
|
module.exports = {
|
|
basedir: './src/includes',
|
|
...helpers
|
|
}
|