Skip to content

Commit

Permalink
Correct open-graph logo url
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Chapuis committed Nov 25, 2021
1 parent 545bd3a commit 4f7504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ lazy val documentation = (project in file("documentation"))
Compile / paradoxProperties ++= Map(
"project.description" -> "Scala library to describe event sourced entities using tagless-final algebras, running with built-in implementations for Akka.",
"project.title" -> "Endless4s",
"project.image" -> "https://endless4s.github.io/open-graph-logo.png"
"project.image" -> "https://endless4s.github.io/logo-open-graph.png"
),
Compile / paradoxMaterialTheme := {
val theme = (Compile / paradoxMaterialTheme).value
Expand Down

0 comments on commit 4f7504f

Please sign in to comment.