Serve ca.crt

master
Keith Irwin 2021-06-17 20:33:34 -06:00
parent 5b5bea1284
commit 110134b978
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
2 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ module.exports = function(eleventyConfig) {
// ki9: passthrough done by template languages, see below
//eleventyConfig.addPassthroughCopy('img')
//eleventyConfig.addPassthroughCopy('css')
eleventyConfig.addPassthroughCopy('ca.crt')
// Customize Markdown library and settings:
let markdownLibrary = markdownIt({