From 8d497f095b667503a0c7542f8f72f1a4bb842266 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Thu, 14 Nov 2024 15:49:25 +0100 Subject: [PATCH] Fix formatting --- docs/extensions/realtime-compiler.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/extensions/realtime-compiler.md b/docs/extensions/realtime-compiler.md index 8bbe2823400..2af60006a0e 100644 --- a/docs/extensions/realtime-compiler.md +++ b/docs/extensions/realtime-compiler.md @@ -41,13 +41,13 @@ The server can be configured in the `config/hyde.php` file to change the port, h 'server' => [ // The default port the preview is served on 'port' => env('SERVER_PORT', 8080), - + // The default host the preview is served on 'host' => env('SERVER_HOST', 'localhost'), - + // Should preview pages be saved to the output directory? 'save_preview' => env('SERVER_SAVE_PREVIEW', false), - + // Should the live edit feature be enabled? 'live_edit' => env('SERVER_LIVE_EDIT', true), ],