queckezz/koa-views

How can i add a config?

shalldie opened this issue · 2 comments

For example , i init like this:

app.use(views(path.join(__dirname, 'views'), {
    map: { html: 'nunjucks' }
}));

But where do i add the nunjucks' config?

Thanks a lot.
:D