This commit is contained in:
parent
79ffbbccb2
commit
95686fb8e0
2 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||
|
|
|
@ -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/",
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue