1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-18 04:57:59 +00:00

Remove path prefix for website

This commit is contained in:
Romein van Buren 2023-12-22 15:36:12 +01:00
parent 3a5bee4a81
commit 82b8f1e300
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -119,6 +119,5 @@ module.exports = function (eleventyConfig) {
templateFormats: ['html', 'liquid', 'md', '11ty.js'],
markdownTemplateEngine: 'liquid',
htmlTemplateEngine: 'liquid',
pathPrefix: '/rolens/',
};
};