Skip to content

Commit 87e206e

Browse files
committed
update links to point to ethereum
1 parent 0608537 commit 87e206e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ const config: Config = {
1010
favicon: 'img/favicon.ico',
1111

1212
// Set the production url of your site here
13-
url: 'https://acolytec3.github.io',
13+
url: 'https://ethereum.github.io',
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
1616
baseUrl: '/execution-apis/',
1717

1818
// GitHub pages deployment config.
1919
// If you aren't using GitHub pages, you don't need these.
20-
organizationName: 'acolytec3', // Usually your GitHub org/user name.
20+
organizationName: 'ethereum', // Usually your GitHub org/user name.
2121
projectName: 'execution-apis', // Usually your repo name.
2222
deploymentBranch: 'gh-pages',
2323

0 commit comments

Comments
 (0)