init template
This commit is contained in:
11
eleventy.config.cjs
Normal file
11
eleventy.config.cjs
Normal file
@@ -0,0 +1,11 @@
|
||||
const { EleventyHtmlBasePlugin } = require("@11ty/eleventy");
|
||||
|
||||
module.exports = function(eleventyConfig){
|
||||
|
||||
eleventyConfig.setServerPassthroughCopyBehavior("passthrough");
|
||||
eleventyConfig.addPassthroughCopy({
|
||||
"./node_modules/@picocss/pico/css/pico.min.*": "./",
|
||||
}, {debug: true})
|
||||
|
||||
eleventyConfig.addPlugin(EleventyHtmlBasePlugin);
|
||||
}
|
||||
Reference in New Issue
Block a user