rename bundle.css to style.css
This commit is contained in:
parent
21bbe9607a
commit
6e24573bf7
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
export default function (eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy("bundle.css");
|
||||
eleventyConfig.addPassthroughCopy("style.css");
|
||||
|
||||
eleventyConfig.addWatchTarget("bundle.css");
|
||||
eleventyConfig.addWatchTarget("style.css");
|
||||
|
||||
eleventyConfig.setServerPassthroughCopyBehavior("passthrough");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue