Remove /home rewrite, replace with page
This commit is contained in:
parent
f2d42a6c0c
commit
afd18d19a9
3 changed files with 5 additions and 6 deletions
3
src/app/(drift)/home/page.tsx
Normal file
3
src/app/(drift)/home/page.tsx
Normal file
|
@ -0,0 +1,3 @@
|
|||
import HomePage from "../page";
|
||||
|
||||
export default HomePage;
|
|
@ -100,4 +100,4 @@ async function PublicPostList() {
|
|||
const clientPosts = posts.map((post) => serverPostToClientPost(post))
|
||||
|
||||
return <PostList initialPosts={clientPosts} hideActions hideSearch />
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue