Skip to content

Commit

Permalink
rename the assets directory so it is sorted above the language direct…
Browse files Browse the repository at this point in the history
…ories
  • Loading branch information
Katie Sylor-Miller authored and ksylor committed Feb 27, 2021
1 parent c3e0f0a commit c2241e3
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function(config) {
return new CleanCSS({}).minify(code).styles;
});

config.addPassthroughCopy({ assets: "/" });
config.addPassthroughCopy({ "_assets": "/" });
config.addPassthroughCopy("_redirects");

/** get the aria label for the language picker for the current locale **/
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c2241e3

Please sign in to comment.