mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2025-04-04 22:01:13 +02:00
Compare commits
2 Commits
9741b77e01
...
c6ff806961
Author | SHA1 | Date | |
---|---|---|---|
c6ff806961 | |||
d218868f3a |
@ -57,14 +57,6 @@ 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.slug}/`
|
||||
link: `/blog/${post.id}/`
|
||||
}))
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user