Skip to content

Commit

Permalink
Add helper to define the base url in proposal.pdf iframe
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Guerrero <tgbalera@amazon.com>
  • Loading branch information
Thiago Guerrero committed May 17, 2023
1 parent 3455f29 commit ce3b849
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/src/proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ description: Here you can find my proposal for this work.

---

<iframe src="/mac0499/proposal.pdf" title="proposalPdf" width="100%" height="600" style="border:none;"></iframe>
<iframe :src="$withBase('/proposal.pdf')" title="proposalPdf" width="100%" height="600" style="border:none;"></iframe>

---

0 comments on commit ce3b849

Please sign in to comment.