Skip to content

Commit

Permalink
Update app/.eleventy.js
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
DinneK and github-actions[bot] authored Nov 29, 2024
1 parent 6b675d6 commit 489b278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/.eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = function (eleventyConfig) {

eleventyConfig.addPassthroughCopy({
"src/img": "assets/img",
"src/js" : "src/js",
"src/js": "src/js",
"site/img": "assets/img",
"site/_includes/css": "css",
"site/_includes/js": "assets/js",
Expand Down

0 comments on commit 489b278

Please sign in to comment.