Serve static files with Eleventy
jan 06, 2025 🔗 Serve static files with Eleventy Eleventy is a static site generator that can be configured to do everything that you can imagine. A nice addition for a technical blog can be to serve static files. This is useful when you want to include files like PDFs, or downloadable code snippets in your project. This was a research needed to make the code-sandbox web component fetch files correctly. The first tool to reach to in this case, is Passthrough File Copy , the Eleventy utility that allows you t
评论
?
参与讨论