We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55f894a + 53adebc commit 0e69f38Copy full SHA for 0e69f38
1 file changed
build.scala
@@ -87,6 +87,8 @@ object LaikaBuild {
87
88
InputTree[IO]
89
.addDirectory("src")
90
+ // Laika skips .dotfiles by default
91
+ .addDirectory("src/.well-known", Path.Root / ".well-known")
92
.addInputStream(
93
IO.blocking(securityPolicy.openStream()),
94
Path.Root / "security.md"
0 commit comments