From eb0f406a51dd7d7a50e578cdf0d1dc7e1dc7a1d0 Mon Sep 17 00:00:00 2001 From: ahoemann Date: Thu, 16 Jan 2025 12:30:37 +0100 Subject: [PATCH] fix: removed quotation in productive configuration --- adrianux.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adrianux.toml b/adrianux.toml index 7cf89d1..0dc3ed8 100644 --- a/adrianux.toml +++ b/adrianux.toml @@ -1,5 +1,5 @@ [site] -git_url="https://git.adrianux.net" -website_url="https://adrianux.net" +git_url=https://git.adrianux.net +website_url=https://adrianux.net [mode] debug_mode=False