Skip to content

Commit

Permalink
feat: replace home page with home board (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meierschlumpf authored Nov 23, 2024
1 parent 38143b6 commit 9fb14df
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 23 deletions.
5 changes: 5 additions & 0 deletions apps/nextjs/src/app/[locale]/(home-board)/layout.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import definition from "../boards/(content)/(home)/_definition";

const { layout } = definition;

export default layout;
7 changes: 7 additions & 0 deletions apps/nextjs/src/app/[locale]/(home-board)/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import definition from "../boards/(content)/(home)/_definition";

const { generateMetadataAsync: generateMetadata, page } = definition;

export default page;

export { generateMetadata };
14 changes: 0 additions & 14 deletions apps/nextjs/src/app/[locale]/(main)/layout.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions apps/nextjs/src/app/[locale]/(main)/page.tsx

This file was deleted.

0 comments on commit 9fb14df

Please sign in to comment.