Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlee85 committed Dec 1, 2023
1 parent 147b53a commit 2aadd34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/v7-ef-cloud-fetch/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ export default function Home() {
href="/example"
className="inline-block bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
>
Go to <pre>/example</pre> (no edge function process)
Go to <pre>/example</pre> (cloud function only)
</a>
<a
href="/example?edge=1"
className="inline-block bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
>
Go to <pre>/example?edge=1</pre> (edge function process)
Go to <pre>/example?edge=1</pre> (edge function =&gt; cloud function)
</a>
</div>
<div className="text-center text-md mt-4">
Expand Down

0 comments on commit 2aadd34

Please sign in to comment.