Skip to content

Commit

Permalink
fix(seo): 🐛 add Astro to texh stack
Browse files Browse the repository at this point in the history
  • Loading branch information
vanntile committed Apr 10, 2022
1 parent feb1227 commit 8108ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const latestPosts = (await Astro.glob<PageMeta>('./blog/*.md'))
<Tags tags={['OpenAPI', 'REST', 'GraphQL']} styles="text-brand-accent bg-gray-800" />
<span class="block font-bold">Frameworks &amp; tools</span>
<Tags
tags={['React', 'NextJS', 'Angular', 'NodeJS', 'FastAPI', 'Docker', 'Heroku', 'git']}
tags={['React', 'NextJS', 'Astro', 'Angular', 'NodeJS', 'FastAPI', 'Docker', 'Heroku', 'git']}
styles="text-brand-accent bg-gray-800"
/>
<span class="block font-bold">Design tools &amp; knowledge</span>
Expand Down

0 comments on commit 8108ece

Please sign in to comment.