From c8a8e5bd9861d33293dd5cf87c41b54b1b49d6d0 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Tue, 29 Apr 2025 10:32:04 -0700 Subject: [PATCH] noCdn bool var --- cookiecutter.json | 2 +- {{cookiecutter.out_dir}}/web/index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cookiecutter.json b/cookiecutter.json index 5114cee..4c4e600 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -22,7 +22,7 @@ "base_url": "/", "route_url_strategy": "path", "web_renderer": "canvaskit", - "use_color_emoji": "false", + "use_color_emoji": false, "pwa_background_color": "#FFFFFF", "pwa_theme_color": "#0175C2", "split_per_abi": false, diff --git a/{{cookiecutter.out_dir}}/web/index.html b/{{cookiecutter.out_dir}}/web/index.html index 2d8b46a..91e58a1 100644 --- a/{{cookiecutter.out_dir}}/web/index.html +++ b/{{cookiecutter.out_dir}}/web/index.html @@ -25,13 +25,13 @@