docs/website: fix Hugo config

This commit is contained in:
Gabriel Arazas 2024-09-04 19:46:49 +08:00
parent ff48626646
commit 3471ec31fa
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
[en-US] [en]
languageName = "English" languageName = "English"
languageCode = "en-US" languageCode = "en"
contentDir = "content/en-US" contentDir = "content/en"

View File

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> { { pkgs ? import <nixpkgs> {
overlays = [ (import ../overlays).default ]; overlays = [ (import ../../overlays).default ];
} }: } }: