Skip to content

Commit

Permalink
Fix build error in Eleventy canary.12 (for-free passthrough copy not …
Browse files Browse the repository at this point in the history
…working with eleventy-plugin-vite)
  • Loading branch information
matthiasott committed Jul 9, 2022
1 parent 61e745b commit 80fc08e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ module.exports = function (eleventyConfig) {
}
})

eleventyConfig.setServerPassthroughCopyBehavior("copy");

// Filters
Object.keys(filters).forEach((filterName) => {
eleventyConfig.addFilter(filterName, filters[filterName])
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Eleventy Plus Vite",
"version": "0.1.0",
"version": "0.2.0",
"description": "A clean and simple Eleventy 2 Starter Kit with Vite",
"browserslist": [
"> 0.5%",
Expand Down

0 comments on commit 80fc08e

Please sign in to comment.