From c498cd305561896036e63342e9b264e25b88572a Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 12 Jan 2025 23:44:08 +0000 Subject: [PATCH] fix apiURL --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index fe6de01..7b94e55 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,7 +3,7 @@ languageCode = 'en-gb' title = 'Based Data' [params] - apiURL = 'http://localhost:8000' + apiURL = 'https://api.baseddata.io' [markup.highlight] pygmentsUseClasses = false