Fixed ca.crt

master
Keith Irwin 2021-06-17 20:35:39 -06:00
parent 110134b978
commit 4b9c8534c8
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 6 deletions

View File

@ -54,12 +54,6 @@ module.exports = function(eleventyConfig) {
return [...tagSet]
})
// Copy the `img` and `css` folders to the output
// 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({
html: true,
@ -103,6 +97,7 @@ module.exports = function(eleventyConfig) {
'jpg',
'gif',
'js',
'crt',
],
// -----------------------------------------------------------------