From 53adebcbf48b3f494676f7d613be3e53868da7d8 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Tue, 24 Feb 2026 11:19:56 -0800 Subject: [PATCH] Explicitly add `.well-known` to input tree --- build.scala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.scala b/build.scala index d0be8051..8eb644fa 100644 --- a/build.scala +++ b/build.scala @@ -87,6 +87,8 @@ object LaikaBuild { InputTree[IO] .addDirectory("src") + // Laika skips .dotfiles by default + .addDirectory("src/.well-known", Path.Root / ".well-known") .addInputStream( IO.blocking(securityPolicy.openStream()), Path.Root / "security.md"