File size: 172 Bytes
1e92f2d |
1 2 3 4 5 6 7 |
export default function HomePage() {
return <h1>Home</h1>
}
// Ensures that the flight requests are always handled by the server.
export const dynamic = 'force-dynamic'
|
1e92f2d |
1 2 3 4 5 6 7 |
export default function HomePage() {
return <h1>Home</h1>
}
// Ensures that the flight requests are always handled by the server.
export const dynamic = 'force-dynamic'
|