Skip to content

Commit

Permalink
Update fixtures to catch regression
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Jan 20, 2024
1 parent 7db000e commit 1f1055a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/knip/fixtures/plugins/eleventy2/.eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addNunjucksShortcode('link', () => {});
eleventyConfig.addShortcode('related_rules', () => {});
eleventyConfig.addWatchTarget('./src/assets/');
eleventyConfig.addPassthroughCopy({
'src/_includes/abc.js': '/assets/abc.js',
});
eleventyConfig.addPassthroughCopy({
'./src/static': '/',
});
Expand Down

0 comments on commit 1f1055a

Please sign in to comment.