Update .eleventy.js
Some checks are pending
Build Eleventy / build (24.x) (push) Waiting to run

This commit is contained in:
天クマ 2026-05-13 21:53:38 -03:00
commit d29f3119ac

View file

@ -66,6 +66,7 @@ module.exports = function(eleventyConfig) {
});
return {
pathPrefix: "/tenkuma/web",
dir: {
output: "docs"
}