From 7b88869e79913dbf8a266006037045ec3d62a872 Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 30 Nov 2024 23:54:16 +0900 Subject: [PATCH] fix --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 5ec761d..26b24e8 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -34,7 +34,7 @@ "@context": "http://schema.org", "@type": "WebSite", "name": "{{ .Title }}", - "url": "{{ .Site.BaseURL }}" + "url": "https://syui.ai" }