From b31b20fec827364fd01a60bdab1af9485f84c771 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 11ba867d..3c4c1d52 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,6 +19,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