mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-30 06:44:04 +00:00
site/config: increase build timeout ...
... so that if you are running the build on Netlify or on your computer from the early 2000s, Hugo will not fail
This commit is contained in:
parent
0aec84bea2
commit
6b575afeac
|
@ -6,7 +6,8 @@ theme = "shared-bulma-theme"
|
|||
|
||||
# Define how many objects appear per pagination.
|
||||
paginate = 20
|
||||
timeout = 60000
|
||||
# Define build timeout for each page (incl. image processing).
|
||||
timeout = 300000
|
||||
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
|
|
Loading…
Reference in a new issue