diff --git a/build.sbt b/build.sbt index 992bbe74..703f0eb4 100644 --- a/build.sbt +++ b/build.sbt @@ -383,10 +383,9 @@ val microsite = project.in(file("modules/microsite")). ), micrositeName := "Docspell", micrositeDescription := "Auto-tagging Document Organizer", - micrositeDocumentationUrl := "/docspell/getit", + micrositeDocumentationUrl := "/getit", micrositeDocumentationLabelDescription := "Quickstart", micrositeFavicons := Seq(microsites.MicrositeFavicon("favicon.png", "96x96")), - micrositeBaseUrl := "/docspell", micrositeAuthor := "eikek", micrositeGithubOwner := "eikek", micrositeGithubRepo := "docspell", diff --git a/modules/microsite/docs/CNAME b/modules/microsite/docs/CNAME new file mode 100644 index 00000000..6119fdf9 --- /dev/null +++ b/modules/microsite/docs/CNAME @@ -0,0 +1 @@ +docspell.org \ No newline at end of file