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 17fc133 commit 2f2a6d5Copy full SHA for 2f2a6d5
docs/app/tools/blueprint-codegen/blueprint-codegen.tsx
@@ -75,7 +75,7 @@ export function BlueprintCodegen() {
75
76
const loadSample = async () => {
77
try {
78
- const response = await fetch('/sample-blueprint.json')
+ const response = await fetch('/evolution-sdk/sample-blueprint.json')
79
if (!response.ok) {
80
throw new Error('Failed to load sample blueprint')
81
}
0 commit comments