From acb08cd94c156a36dc6d1675fba0d7d0959f706b Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 18 May 2022 16:31:35 +0000 Subject: [PATCH] Apply fixes from StyleCI --- config/hyde.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/hyde.php b/config/hyde.php index a71b6075..6c8de035 100644 --- a/config/hyde.php +++ b/config/hyde.php @@ -41,17 +41,17 @@ |-------------------------------------------------------------------------- | Site URL Configuration |-------------------------------------------------------------------------- - | - | Here are some configuration options for URL generation. - | + | + | Here are some configuration options for URL generation. + | | `site_url` is used to create canonical URLs and permalinks. | `prettyUrls` will when enabled create links that do not end in .html. | `generateSitemap` determines if a sitemap.xml file should be generated. - | + | | To see the full documentation, please visit the (temporary link) below. | https://github.com/hydephp/framework/wiki/Documentation-Page-Drafts - | - | + | + | */ 'site_url' => env('SITE_URL', null),