We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3dc87 commit e1c50d1Copy full SHA for e1c50d1
src/lib/constants.ts
@@ -28,7 +28,7 @@ export const LOCALES_CODES = BUILD_LOCALES
28
export const SITE_URL = "https://ethereum.org"
29
export const DISCORD_PATH = "/discord/"
30
export const GITHUB_REPO_URL =
31
- "https://github.com/ethereum/ethereum-org-website"
+ "https://github.com/ethereum/ethereum-org-website/"
32
export const EDIT_CONTENT_URL = `https://github.com/ethereum/ethereum-org-website/tree/dev/`
33
export const MAIN_CONTENT_ID = "main-content"
34
export const WEBSITE_EMAIL = "[email protected]"
0 commit comments