Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update frontend and framework files #159

Merged
merged 1 commit into from
May 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion config/hyde.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,22 @@

/*
|--------------------------------------------------------------------------
| Hyde Config Version @HydeConfigVersion 1.0.0
| Pretty URLs (Links that do not end in .html)
|--------------------------------------------------------------------------
|
| Introduced in v0.25.0, you can now enable "pretty URLs". When the setting
| is enabled, generated links in the compiled HTML site are without the
| `.html` extension. Since this breaks local browsing you can leave
| the setting disabled, and instead add the `--pretty-urls` flag
| when running the `php hyde build` command for deployment.
|
*/

'prettyUrls' => false,

/*
|--------------------------------------------------------------------------
| Hyde Config Version @HydeConfigVersion 0.1.0
|--------------------------------------------------------------------------
|
| Hyde can use the value above to determine if this configuration file
Expand Down