Skip to content

Commit

Permalink
Fixes #352.
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Feb 24, 2023
1 parent 6df5c90 commit 9594662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("js");
eleventyConfig.addPassthroughCopy("vendor");
eleventyConfig.addPassthroughCopy("favicon.ico");
eleventyConfig.addPassthroughCopy("CNAME");

eleventyConfig.setServerOptions({
// Opt-out of the live reload snippet
Expand Down

0 comments on commit 9594662

Please sign in to comment.