mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
* (WIP) Rework the downloads page * Enable incremental builds * Improve styling and layout of the downloads page --------- Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
8 lines
226 B
YAML
8 lines
226 B
YAML
# Overrides from the main config
|
|
url: "http://localhost:4000"
|
|
|
|
# Enables incremental builds to speed up iteration times.
|
|
incremental: true
|
|
# Switch to polling instead of I/O watching, solves Docker issues.
|
|
force_polling: true
|