Skip to content

Commit 24e2a6b

Browse files
odysseus0claude
andcommitted
refactor: make refund metrics API URL configurable
- Add refundMetricsApiUrl to Docusaurus customFields - Allows easy configuration without environment variables - Consistent with BuilderNet implementation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 66f70dc commit 24e2a6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,8 @@ module.exports = async function createConfigAsync() {
120120
},
121121
'docusaurus-plugin-sass'
122122
],
123+
customFields: {
124+
refundMetricsApiUrl: 'https://refund-metrics-dune-api.vercel.app',
125+
},
123126
}
124127
}

0 commit comments

Comments
 (0)