Skip to content

Commit

Permalink
added passthru
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt authored and Matt committed Aug 22, 2024
1 parent 2fed095 commit 2234fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const syntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight");
module.exports = config => {
eleventyConfig.addPassthroughCopy("chinese/index.html");
config.addCollection('post', collection => {
return collection
.getFilteredByGlob('./src/posts/*.md')
Expand Down

0 comments on commit 2234fca

Please sign in to comment.