From fc97d58b85923a3fd7f2950143df4da757399706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Sat, 13 Dec 2025 17:07:29 +0100 Subject: [PATCH] docs(website): Fix canonical path --- .gitlab-ci.main.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.main.kts b/.gitlab-ci.main.kts index e3ed302..587ddaa 100755 --- a/.gitlab-ci.main.kts +++ b/.gitlab-ci.main.kts @@ -15,7 +15,7 @@ val ciContainers = "0.8.2" /** * The URL of the website built by /docs/website. */ -val siteUrl = "\$CI_PAGES_URL" +val siteUrl = "https://vite-kotlin.opensavvy.dev/" // *** -- 2.51.2