From 33542eb7324ffa6418e63500c5697b2c130a978d Mon Sep 17 00:00:00 2001 From: Roman Axelrod Date: Mon, 25 Apr 2022 11:52:35 +0300 Subject: [PATCH] A tiny comment to config. --- config/default.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.cjs b/config/default.cjs index dbc6151..7757e80 100644 --- a/config/default.cjs +++ b/config/default.cjs @@ -1,4 +1,4 @@ module.exports = { cssUrl: "https://", - blockName: "template", + blockName: "template", // snake_case }