From c258b64d8b78936da46fc7fdcfc4310754aae397 Mon Sep 17 00:00:00 2001 From: Ufuk Kayserilioglu Date: Mon, 25 Mar 2024 22:55:46 +0200 Subject: [PATCH] Remove last remnant of ANALYTICS_ID --- config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.rb b/config.rb index 5ae49e35..517b6122 100644 --- a/config.rb +++ b/config.rb @@ -18,7 +18,7 @@ # deploy.branch = 'custom-branch' # default: gh-pages # deploy.strategy = :submodule # commit strategy: can be :force_push or :submodule, default: :force_push # deploy.commit_message = 'custom-message' # commit message (can be empty), default: Automated commit at `timestamp` by middleman-deploy `version` -end if ENV['ANALYTICS_ID'] +end set :css_dir, 'stylesheets'