Skip to content

Commit e1c50d1

Browse files
committed
fix: trailing slash to fix github paths
1 parent fa3dc87 commit e1c50d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const LOCALES_CODES = BUILD_LOCALES
2828
export const SITE_URL = "https://ethereum.org"
2929
export const DISCORD_PATH = "/discord/"
3030
export const GITHUB_REPO_URL =
31-
"https://github.com/ethereum/ethereum-org-website"
31+
"https://github.com/ethereum/ethereum-org-website/"
3232
export const EDIT_CONTENT_URL = `https://github.com/ethereum/ethereum-org-website/tree/dev/`
3333
export const MAIN_CONTENT_ID = "main-content"
3434
export const WEBSITE_EMAIL = "[email protected]"

0 commit comments

Comments
 (0)