Skip to content

Commit

Permalink
update 6
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBrown1 committed May 7, 2023
1 parent 9a7778b commit 998091a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ interface HomeProps {
searchParams: IListingsParams
}

export const dynamic = 'force-dynamic';
// 'auto' | 'force-dynamic' | 'error' | 'force-static'


const Home = async ({ searchParams }: HomeProps) => {
const listings = await getListings(searchParams)
const currentUser = await getCurrentUser();
Expand Down

1 comment on commit 998091a

@vercel
Copy link

@vercel vercel bot commented on 998091a May 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vacation-rent – ./

vacation-rent.vercel.app
vacation-rent-jaredbrown1.vercel.app
vacation-rent-git-main-jaredbrown1.vercel.app

Please sign in to comment.