hubl/src/pug.config.js

5 lines
81 B
JavaScript

const config = require("../config.json");
module.exports = {
locals: config
};