Skip to content

Commit

Permalink
update default url
Browse files Browse the repository at this point in the history
we always add the slash when loading a website if it doesn't have it so we might as well add it to the default url as well
  • Loading branch information
mikescamell committed Sep 19, 2024
1 parent 62a33a9 commit 606fe1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ interface ShowOnAppLaunchOptionDataStore {
suspend fun setSpecificPageUrl(url: String)

companion object {
const val DEFAULT_SPECIFIC_PAGE_URL = "https://duckduckgo.com"
const val DEFAULT_SPECIFIC_PAGE_URL = "https://duckduckgo.com/"
}
}

Expand Down

0 comments on commit 606fe1c

Please sign in to comment.