Skip to content

Commit

Permalink
Fix "Locale en-us was not found" error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Doan committed Nov 23, 2020
1 parent b7bf52c commit f6fc7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exampleSite/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################## default configuration ####################
baseURL = "https://examplesite.com"
languageCode = "en-us"
languageCode = "en"
title = "Hargo | Hugo Ecommerce Site"
theme = "hargo"
summaryLength = "20"
Expand Down

0 comments on commit f6fc7e2

Please sign in to comment.