From 046755d5519a388690d796233306c6ab91da1397 Mon Sep 17 00:00:00 2001 From: sammy-ette Date: Sun, 22 Jun 2025 11:14:47 -0400 Subject: [PATCH] fix: conf lol --- website/src/conf.gleam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/conf.gleam b/website/src/conf.gleam index 07591469..47905211 100644 --- a/website/src/conf.gleam +++ b/website/src/conf.gleam @@ -1,6 +1,6 @@ -//pub const base_url = "https://rosettea.github.io/Hilbish/versions/new-website" +pub const base_url = "https://rosettea.github.io/Hilbish/versions/new-website" -pub const base_url = "http://localhost:9080" +//pub const base_url = "http://localhost:9080" pub fn base_url_join(cont: String) -> String { base_url <> cont