Commit df5f26a
committed
chore: import SVG assets instead of using direct paths (#395)
# Remove unused SVG assets and update image references
This PR removes several unused SVG assets from the website and updates image references to use imported assets instead of direct paths:
1. Removed architecture diagram SVG that was no longer needed
2. Removed edge worker logo SVGs (both dark and light versions)
3. Updated image references in PageFrame.astro to use imported assets:
- Now using imported logo files instead of direct path references
4. Updated Quote.astro component to use imported quote icon:
- Replaced inline SVG with imported image reference
- Simplified the component by using an image tag instead of SVG markup
These changes improve maintainability by ensuring assets are properly imported and referenced, while removing unused files to keep the codebase clean.1 parent f92d7a2 commit df5f26a
File tree
5 files changed
+8
-23
lines changed- pkgs/website/src
- assets
- components
5 files changed
+8
-23
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | | - | |
30 | | - | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
0 commit comments