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 b0ef8a4 commit 7b920a7Copy full SHA for 7b920a7
docs/config/gatsby-config.js
@@ -1,6 +1,5 @@
1
-
2
module.exports = {
3
- pathPrefix: "",
+ pathPrefix: "/execution-apis",
4
siteMetadata: {
5
title: 'Ethereum JSON-RPC Specification',
6
description: 'A specification of the standard interface for Ethereum clients.',
package.json
@@ -25,6 +25,7 @@
25
"bugs": {
26
"url": "https://github.com/ethereum/execution-apis/issues"
27
},
28
+ "type": "module",
29
"homepage": "https://github.com/ethereum/execution-apis#readme",
30
"devDependencies": {
31
"@graphql-inspector/core": "~3.3.0",
0 commit comments