ini project
Some checks failed
astro-app/astro-app/pipeline/head There was a failure building this commit
astro-app/astro-app/pipeline/pr-main There was a failure building this commit
portal-app/astro-app/pipeline/pr-main There was a failure building this commit

This commit is contained in:
Rayan 2025-03-27 01:05:35 -04:00
parent 5541d9718e
commit a89184df95
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ const { frontmatter } = Astro.props;
<p><em>{frontmatter.description}</em></p> <p><em>{frontmatter.description}</em></p>
<p>{frontmatter.pubDate.toString().slice(0,10)}</p> <p>{frontmatter.pubDate.toString().slice(0,10)}</p>
<p>Written by: {frontmatter.author}</p> <p> Written by: {frontmatter.author}</p>
<img src={frontmatter.image.url} width="300" alt={frontmatter.image.alt} /> <img src={frontmatter.image.url} width="300" alt={frontmatter.image.alt} />