diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-09 14:03:44 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-09 14:03:44 +0200 |
| commit | e77bc7115a6376e46d83a30d5104e1a7806f8773 (patch) | |
| tree | c2c1c8ef4d1f69b942d28458cd3ea0dad07ca15e /exampleSite/config | |
| parent | bd653435e479c39becda0120882a5dcad8ba26cf (diff) | |
| download | gohugo-theme-ed-e77bc7115a6376e46d83a30d5104e1a7806f8773.tar.gz | |
Setup baseUrl at build stage
Diffstat (limited to 'exampleSite/config')
| -rw-r--r-- | exampleSite/config/_default/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml index 1b67277..45fabfd 100644 --- a/exampleSite/config/_default/config.yaml +++ b/exampleSite/config/_default/config.yaml @@ -1,5 +1,5 @@ # You may need to change this line for your real project. -baseURL: 'https://gohugo-theme-ed.netlify.app/' +baseURL: / languageCode: en-us defaultContentLanguage: en |
