From c66cd60efb8ba2f35580bb137d8a3374c399b200 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 8 Apr 2021 21:39:20 +0200 Subject: [PATCH] site: fix base URL --- site.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.yaml b/site.yaml index da6c25a6..30586ddb 100644 --- a/site.yaml +++ b/site.yaml @@ -13,7 +13,7 @@ plugins: - hyde.ext.plugins.optipng.OptiPNGPlugin context: data: - base: https://lldpd.github.io/ + base: https://lldpd.github.io meta: latestversion: "1.0.9" nodemeta: meta.yaml -- 2.39.5