From 32f41d9f7000ac2a668d1416cfd4be432b945210 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 31 May 2022 18:44:01 +0200 Subject: [PATCH] Update config.yml.template --- conf/config.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.yml.template b/conf/config.yml.template index 9435e72..1206d06 100644 --- a/conf/config.yml.template +++ b/conf/config.yml.template @@ -4,7 +4,7 @@ site_title: __SITE_TITLE__ # The title of your website base_url: __PATH__ # Pico will try to guess its base URL, if this fails, override it here; # Example: https://example.com/pico/ -rewrite_url: ~ # A boolean (true or false) indicating whether URL rewriting is forced +rewrite_url: true # A boolean (true or false) indicating whether URL rewriting is forced debug: ~ # Set this to true to enable Pico's debug mode timezone: ~ # Your PHP installation might require you to manually specify a timezone locale: ~ # Your PHP installation might require you to manually specify a locale to use