✏️ Fix Last.fm link in config.toml

Replace incorrect link for "Last.fm" in the config.toml file

Previously, the link was "lastfm.com/user/username", however it has been changed to "last.fm/user/username" in order to reflect the correct URL of the website.
This commit is contained in:
Ben Parker 2023-10-30 02:51:21 +11:00
parent 400f3b0a22
commit a8bb843adb

View File

@ -31,7 +31,7 @@ disableKinds = ["taxonomy", "term"]
# { instagram = "https://instagram.com/username" },
# { keybase = "https://keybase.io/username" },
# { kickstarter = "https://www.kickstarter.com/profile/username" },
# { lastfm = "https://lastfm.com/user/username" },
# { lastfm = "https://last.fm/user/username" },
# { linkedin = "https://linkedin.com/in/username" },
# { mastodon = "https://mastodon.instance/@username" },
# { medium = "https://medium.com/username" },