rename dir bundle -> local

This commit is contained in:
madrilene 2025-01-11 10:48:17 +01:00
parent 64885006cd
commit 3e4bfd15d9
9 changed files with 1 additions and 1 deletions

View file

@ -16,7 +16,7 @@ export const cssConfig = eleventyConfig => {
const paths = [];
if (inputPath.endsWith('/src/assets/css/global/global.css')) {
paths.push('src/_includes/css/global.css');
} else if (inputPath.includes('/src/assets/css/bundle/')) {
} else if (inputPath.includes('/src/assets/css/local/')) {
const baseName = path.basename(inputPath);
paths.push(`src/_includes/css/${baseName}`);
} else if (inputPath.includes('/src/assets/css/components/')) {