From d104e53bf3a4fb0fe4bcdfef4f7c626958fa038a Mon Sep 17 00:00:00 2001 From: inanamm <62645824+inanamm@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:39:19 +0200 Subject: [PATCH 1/2] try custom config --- site/config/config.preview.costruct.ch.php | 5 +++++ site/snippets/head.php | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 site/config/config.preview.costruct.ch.php diff --git a/site/config/config.preview.costruct.ch.php b/site/config/config.preview.costruct.ch.php new file mode 100644 index 0000000..7bfac98 --- /dev/null +++ b/site/config/config.preview.costruct.ch.php @@ -0,0 +1,5 @@ + true, +]; \ No newline at end of file diff --git a/site/snippets/head.php b/site/snippets/head.php index d960665..f54fd91 100644 --- a/site/snippets/head.php +++ b/site/snippets/head.php @@ -11,5 +11,9 @@ + option('analytics', false)): ?> + hi boe, analytics are on! + + css('index.css') ?> \ No newline at end of file From f6e982ccdbb672cfa62697a5fb8ae23787998241 Mon Sep 17 00:00:00 2001 From: inanamm <62645824+inanamm@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:41:17 +0200 Subject: [PATCH 2/2] try custom config off --- site/config/config.preview.costruct.ch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/config/config.preview.costruct.ch.php b/site/config/config.preview.costruct.ch.php index 7bfac98..6edc083 100644 --- a/site/config/config.preview.costruct.ch.php +++ b/site/config/config.preview.costruct.ch.php @@ -1,5 +1,5 @@ true, + 'analytics' => false, ]; \ No newline at end of file