From 95686fb8e00fc69b4e31f486bdc3a0402bf118b9 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Tue, 29 Jul 2025 15:06:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20for=20new=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/metadata.js | 2 +- eleventy.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/metadata.js b/_data/metadata.js index 5c6e07b..529f47e 100644 --- a/_data/metadata.js +++ b/_data/metadata.js @@ -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: { diff --git a/eleventy.config.js b/eleventy.config.js index 9fc4ccd..c60e920 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -141,6 +141,6 @@ module.exports = function(eleventyConfig) { // When paired with the HTML 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/", }; };