Skip to content

Commit

Permalink
chore(lint): fix issues with ESLint
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
lint-action committed Aug 13, 2024
1 parent 1b67328 commit 7915a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = function (eleventyConfig) {
'./content/**/assets/*.mp4': '/img',
'./assets/webfonts': '/webfonts',
'./assets/css/**/*.{css,map}': '/css',
'./content/pages/slides/assets': '/img/slides'
'./content/pages/slides/assets': '/img/slides',
});
eleventyConfig.addPassthroughCopy({
'./assets/js/**/*.js': '/js/',
Expand Down

0 comments on commit 7915a66

Please sign in to comment.