Skip to content

Commit 2f2a6d5

Browse files
committed
fix: load sample
1 parent 17fc133 commit 2f2a6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/tools/blueprint-codegen/blueprint-codegen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export function BlueprintCodegen() {
7575

7676
const loadSample = async () => {
7777
try {
78-
const response = await fetch('/sample-blueprint.json')
78+
const response = await fetch('/evolution-sdk/sample-blueprint.json')
7979
if (!response.ok) {
8080
throw new Error('Failed to load sample blueprint')
8181
}

0 commit comments

Comments
 (0)