Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Feb 28, 2024
1 parent ff181a8 commit 1ab0d1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export async function generateMetadata() {
}

export default async function Page() {
const data = await fetch('https://vercel.com')
const data = await fetch('https://example.vercel.sh')
return <pre>RESONSE: {data.status}</pre>
}

0 comments on commit 1ab0d1d

Please sign in to comment.