mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2025-04-05 06:11:13 +02:00
Compare commits
No commits in common. "c6ff8069619cbc6376451111f38355eee0a71b2b" and "9741b77e0137f0092f5b1aae2d083be0a9e68385" have entirely different histories.
c6ff806961
...
9741b77e01
@ -57,6 +57,14 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
> - website for visualising the shortest paths between two F1 drivers and
|
||||
their teammates
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="https://cats.maciejpedzi.ch"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer">Cats Of Tech</a
|
||||
> - online album of cats that belong to people in the software development
|
||||
industry
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</BaseLayout>
|
||||
|
@ -13,7 +13,7 @@ export async function GET(context) {
|
||||
site: context.site,
|
||||
items: posts.map((post) => ({
|
||||
...post.data,
|
||||
link: `/blog/${post.id}/`
|
||||
link: `/blog/${post.slug}/`
|
||||
}))
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user