Skip to content

Commit f4469ef

Browse files
Fix element_tree image relative path
1 parent f87bf48 commit f4469ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/Element_tree.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
22
import { Image } from 'astro:assets';
3-
import treeImage from '../assets/element_tree.webp';
3+
import treeImage from '../../../assets/element_tree.webp';
44

55
<StarlightPage frontmatter={{
66
template: 'doc',

0 commit comments

Comments
 (0)