You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASE_NOTES.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ This update makes breaking changes to the configuration. You will need to update
12
12
- internal: Refactor navigation menu components and improve link helpers
13
13
14
14
- Moved config option `hyde.name` to `site.name`
15
-
- Moved config option `hyde.site_url` to `site.site_url`
15
+
- Moved config option `hyde.site_url` to `site.url`
16
16
- Moved config option `hyde.pretty_urls` to `site.pretty_urls`
17
17
- Moved config option `hyde.generate_sitemap` to `site.generate_sitemap`
18
18
- Moved config option `hyde.language` to `site.language`
19
19
- Moved config option `hyde.output_directory` to `site.output_directory`
20
20
21
-
- The default `site.site_url` is now `http://localhost` instead of `null`
21
+
- The default `site.url` is now `http://localhost` instead of `null`
22
22
23
23
### Deprecated
24
24
- for soon-to-be removed features.
@@ -42,7 +42,7 @@ Site-specific config options have been moved from `config/hyde.php` to `config/s
42
42
The following configuration options have been moved. The actual usages remain the same, so you can upgrade by using copying over these options to the new file.
0 commit comments