🔧 Update for new URL
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Kazhnuz 2025-07-29 15:06:07 +02:00
parent 79ffbbccb2
commit 95686fb8e0
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
module.exports = {
title: "Sonic Garden",
url: "https://sonicgarden.kazhnuz.space/",
url: "https://eternal-engine.kobold.cafe/docs/",
language: "fr",
description: "Un microsite sur Sonic le Hérisson",
author: {

View file

@ -141,6 +141,6 @@ module.exports = function(eleventyConfig) {
// When paired with the HTML <base> plugin https://www.11ty.dev/docs/plugins/html-base/
// it will transform any absolute URLs in your HTML to include this
// folder name and does **not** affect where things go in the output folder.
pathPrefix: "/",
pathPrefix: "/docs/",
};
};