mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-17 00:13:45 -06:00
Switch from layout to slug & SSG routes
This commit is contained in:
@@ -9,7 +9,7 @@ const posts = await getCollection("blog");
|
||||
{
|
||||
posts.map((post) => (
|
||||
<Summary
|
||||
url={post.slug}
|
||||
url={`/posts/${post.slug}`}
|
||||
description={post.data.description}
|
||||
date={new Date()}
|
||||
title={post.data.title}
|
||||
|
||||
Reference in New Issue
Block a user