init
This commit is contained in:
commit
481a2a665d
4 changed files with 107 additions and 0 deletions
7
eleventy.config.js
Normal file
7
eleventy.config.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
export default function (eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy("bundle.css");
|
||||
|
||||
eleventyConfig.addWatchTarget("bundle.css");
|
||||
|
||||
eleventyConfig.setServerPassthroughCopyBehavior("passthrough");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue