Skip to content

Commit a47a1a4

Browse files
committed
feat: update remote config url
1 parent 829c587 commit a47a1a4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/generators/jsx-ast/index.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ export default {
2323

2424
defaultConfiguration: {
2525
ref: 'main',
26-
remoteConfig:
27-
'https://raw.githubusercontent.com/nodejs/nodejs.org/main/apps/site/site.json',
26+
remoteConfig: 'https://nodejs.org/site.json',
2827
},
2928

3029
/**

0 commit comments

Comments
 (0)