This commit is contained in:
Ruben 2025-06-02 11:22:50 -05:00
commit 30d7acb8fb
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
4 changed files with 0 additions and 6306 deletions

View file

@ -4,7 +4,6 @@ import { transform } from "lightningcss";
export default function(eleventyConfig) {
eleventyConfig.addPassthroughCopy("assets/");
eleventyConfig.addPassthroughCopy("styles/");
eleventyConfig.addPassthroughCopy("scripts/");
eleventyConfig.addFilter("cssmin", function (code) {