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.
2 parents 8f2af33 + 84ac62b commit ce4449dCopy full SHA for ce4449d
website/src/components/HowToUseSection.tsx
@@ -7,9 +7,9 @@ const HowToUseSection: React.FC = () => {
7
// 對應每個 tab 的 wireframe 圖片
8
const wireframeImages = React.useMemo(
9
() => [
10
- "/images/basic-feature-demo.gif",
11
- "/images/advanced-filter-demo.gif",
12
- "/images/share-embed-demo.gif",
+ "./images/basic-feature-demo.gif",
+ "./images/advanced-filter-demo.gif",
+ "./images/share-embed-demo.gif",
13
],
14
[]
15
);
0 commit comments