Skip to content

Commit cdeb4ba

Browse files
authored
fix(docs): Path to image (unlayer#358)
1 parent ce88143 commit cdeb4ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/docs/getting-started/automatic-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ yarn dev
5858
Visit [localhost:3000](http://localhost:3000) and edit any of the files on the `emails` folder to see the changes.
5959

6060
<Frame>
61-
<img alt="Local Development" src="/docs/images/local-dev.png" />
61+
<img alt="Local Development" src="/images/local-dev.png" />
6262
</Frame>
6363

6464
## 4. Next steps

apps/docs/getting-started/manual-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ yarn dev
9191
Visit [localhost:3000](http://localhost:3000) and edit the `index.tsx` file to see the changes.
9292

9393
<Frame>
94-
<img alt="Local Development" src="/docs/images/local-dev.png" />
94+
<img alt="Local Development" src="/images/local-dev.png" />
9595
</Frame>
9696

9797
## 7. Next steps

0 commit comments

Comments
 (0)