From 98d246a0548036db25e4a4d00d45ab726f962a3c Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Fri, 13 Sep 2024 20:09:28 +0900 Subject: [PATCH] fix: update site base url --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 847aafd..3c93e6b 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -7,7 +7,7 @@ makedocs( authors = "Wataru Otsubo ", sitename = "PSBoard DataBase", format = Documenter.HTML(; - canonical = "https://wotsubo.web.cern.ch", + canonical = "http://psboard-database.docs.cern.ch/", edit_link = "main", assets = String[], ),