Skip to content

Commit

Permalink
Fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips-nz committed Jun 25, 2021
1 parent b450660 commit 1faad94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudcannon/inject-cloudcannon.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function (eleventyConfig, config = {}) {
let defaultConfig;

try {
defaultConfig = require('./default-eleventy.config.js');
defaultConfig = require('../default-eleventy.config.js');
} catch {
console.error('Failed to load default-eleventy.config.js');
}
Expand Down

0 comments on commit 1faad94

Please sign in to comment.