mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
add product route, separate layouts between home & pages
This commit is contained in:
5
app/(home)/page.js
Normal file
5
app/(home)/page.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { HomeProductsList } from '/components/home.js';
|
||||
|
||||
export default async function HomePage() {
|
||||
return <HomeProductsList collection={process.env.HOMEPAGE_COLLECTION} />;
|
||||
}
|
Reference in New Issue
Block a user