Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tlon.io v2: Product Marketing Website #9

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix: image linking
  • Loading branch information
urcades committed May 4, 2023
commit 3f21f940959de8577d937367bb356c75370ea9e9
2 changes: 1 addition & 1 deletion src/layouts/BlogPost.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ButtonPrimary from '../components/ButtonPrimary.astro';
---
<Base>
<img
src="../public/example.jpg"
src="../example.jpg"
class="w-100 mt-6 mb-6 lg:mt-2 lg:mb-8 rounded-2xl lg:rounded-3xl"
/>
<section class="flex flex-col justify-center">
Expand Down