-
I have the following directory with its own
I also have other directories with their own
When compiling the project, Eleventy is not getting the But I can't change the name of the directory, because the URL depends on it, so I don't know what to do to fix this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Just up front I would note that |
Beta Was this translation helpful? Give feedback.
-
I was unable to reproduce this with a simple test case: https://github.com/pdehaan/11ty-2886/ tree src www
src/
└── views/
└── integrations/
├── app-one/
│ └── index.hbs
├── app-two/
│ └── index.hbs
└── index.hbs
www/
└── views/
└── integrations/
├── app-one/
│ └── index.html
├── app-two/
│ └── index.html
└── index.html
4 directories, 3 files |
Beta Was this translation helpful? Give feedback.
Just up front I would note that
permalink
makes file system location decoupled from the URL: https://www.11ty.dev/docs/permalinks/