Skip to content

Commit 7b920a7

Browse files
committed
switch to module
1 parent b0ef8a4 commit 7b920a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/config/gatsby-config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
module.exports = {
3-
pathPrefix: "",
2+
pathPrefix: "/execution-apis",
43
siteMetadata: {
54
title: 'Ethereum JSON-RPC Specification',
65
description: 'A specification of the standard interface for Ethereum clients.',

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"bugs": {
2626
"url": "https://github.com/ethereum/execution-apis/issues"
2727
},
28+
"type": "module",
2829
"homepage": "https://github.com/ethereum/execution-apis#readme",
2930
"devDependencies": {
3031
"@graphql-inspector/core": "~3.3.0",

0 commit comments

Comments
 (0)