This commit is contained in:
xunuwu 2025-05-20 02:07:38 +02:00
commit 481a2a665d
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
4 changed files with 107 additions and 0 deletions

7
eleventy.config.js Normal file
View file

@ -0,0 +1,7 @@
export default function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("bundle.css");
eleventyConfig.addWatchTarget("bundle.css");
eleventyConfig.setServerPassthroughCopyBehavior("passthrough");
}