From 10a76a5bf0a9d051aa9432566088034c5ced714b Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 14 Feb 2024 17:15:11 +0100 Subject: Lint --- config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.js b/config/config.js index 531f3e9..cf2a386 100644 --- a/config/config.js +++ b/config/config.js @@ -93,5 +93,5 @@ export default { archiveOutputDirectory: resolve(join(internals.outputDirectory, 'archive')), // Internal config: This can't be modified. - defaultTemplatesDirectory: resolve(join(__dirname, '../templates')), + defaultTemplatesDirectory: resolve(join(__dirname, '../templates')) }; -- cgit