rename bundle.css to style.css

This commit is contained in:
xunuwu 2025-05-20 21:11:36 +02:00
parent 21bbe9607a
commit 6e24573bf7
3 changed files with 3 additions and 3 deletions

View file

@ -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");
}