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/", }; };