Skip to content

Commit c054753

Browse files
committed
Merge branch '2.x-dev' into new-asset-system
2 parents 91cf6d0 + 8d497f0 commit c054753

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/extensions/realtime-compiler.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ The server can be configured in the `config/hyde.php` file to change the port, h
4141
'server' => [
4242
// The default port the preview is served on
4343
'port' => env('SERVER_PORT', 8080),
44-
44+
4545
// The default host the preview is served on
4646
'host' => env('SERVER_HOST', 'localhost'),
47-
47+
4848
// Should preview pages be saved to the output directory?
4949
'save_preview' => env('SERVER_SAVE_PREVIEW', false),
50-
50+
5151
// Should the live edit feature be enabled?
5252
'live_edit' => env('SERVER_LIVE_EDIT', true),
5353
],

0 commit comments

Comments
 (0)