Skip to content

Commit

Permalink
Merge pull request #656 from typelevel/core/fix-keys
Browse files Browse the repository at this point in the history
core - fix apiPath & downloadPath constants in LaikaKeys
  • Loading branch information
jenshalm authored Nov 24, 2024
2 parents ea46a00 + aa1729c commit 8717dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/shared/src/main/scala/laika/config/LaikaKeys.scala
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ object LaikaKeys {
}

object site {
val apiPath: Key = root.child(Key("site", "downloadPath"))
val downloadPath: Key = root.child(Key("site", "apiPath"))
val apiPath: Key = root.child(Key("site", "apiPath"))
val downloadPath: Key = root.child(Key("site", "downloadPath"))
val metadata: Key = root.child(Key("site", "metadata"))
}

Expand Down

0 comments on commit 8717dd5

Please sign in to comment.