Skip to content

Commit

Permalink
Merge pull request #380 from intelops/chandu
Browse files Browse the repository at this point in the history
added netlify build timeout as temporary workaround for netlify build failure
  • Loading branch information
devopstoday11 authored Sep 27, 2024
2 parents 341b900 + ea27196 commit 52dac80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ theme = "delta"
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
timeZone = "America/New_York"
# post pagination
paginate = 6 # see https://gohugo.io/extras/pagination/
pagination.pagerSize = 6 # see https://gohugo.io/extras/pagination/
# post excerpt
summaryLength = 10 # see https://gohugo.io/content-management/excerpts/
# disable language
Expand All @@ -17,7 +17,7 @@ disableLanguages = [
] # example: ["fr"] for disable french language. see https://gohugo.io/content-management/multilingual/
hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
enableGitInfo = true # show last update time of post

timeout = "120s"

########################### Services #############################
[services]
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
from = "intelops.ai"
to = "https://capten.ai/"
status = 301
force = true
force = true

0 comments on commit 52dac80

Please sign in to comment.