From 0357f613427c5d5d5e6d6e0630c9ce8e0edbe164 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 15 Aug 2024 15:01:36 +0100 Subject: [PATCH] revert api url in config --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 1a2f0c4..d401023 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,7 +3,7 @@ languageCode = 'en-gb' title = 'Based Data' [params] - apiURL = 'http://localhost:5000' + apiURL = 'api.baseddata.io' [markup.highlight] pygmentsUseClasses = false