Commit 7a9abc5
Fix asset loading by deploying from Dioxus build output
The previous workflow was using 'mv dist/public/* dist' which didn't
properly preserve the directory structure, causing assets to fail loading.
Now deploying directly from target/dx/.../release/web/public which:
- Preserves the correct assets/ and wasm/ directory structure
- Eliminates file moving operations that could fail
- Uses Dioxus's standard build output location
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 213290d commit 7a9abc5
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 48 | + | |
| 49 | + | |
51 | 50 | | |
52 | 51 | | |
53 | | - | |
| 52 | + | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
61 | | - | |
| 60 | + | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
0 commit comments