chore: build directory
This commit is contained in:
parent
cb9a3b8f48
commit
4e0e559f0c
6 changed files with 7 additions and 7 deletions
|
@ -11,7 +11,7 @@ export const cssConfig = (eleventyConfig) => {
|
|||
eleventyConfig.addExtension("css", {
|
||||
outputFileExtension: "css",
|
||||
compile: async (inputContent, inputPath) => {
|
||||
const outputPath = "_site/assets/css/index.css";
|
||||
const outputPath = "dist/assets/css/index.css";
|
||||
|
||||
if (inputPath.endsWith("index.css")) {
|
||||
return async () => {
|
||||
|
|
Reference in a new issue