From df57377f5c734e67a079feff6c2302cc21ee310e Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 25 Oct 2025 09:51:24 +0200 Subject: [PATCH] Added the prefix `/projects` to the URIs of the generated site --- src/site/site.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/site/site.xml b/src/site/site.xml index 188957e3..5a72d5f2 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -21,6 +21,7 @@ + /projects /hibernate-maven-plugin/ "/index.html","/projects.html" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}" -- 2.39.5