We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/_params
1 parent 58310e1 commit 97da2a4Copy full SHA for 97da2a4
src/app/%5Fparams/page.tsx
@@ -32,7 +32,15 @@ const ParamsPage = () => (
32
<DataList.Value>
33
<Code className={styles.codeValue} variant="ghost">
34
{process.env.VERCEL_REGION}
35
- </Code>
+ </Code>{" "}
36
+ (
37
+ <Link
38
+ href="https://vercel.com/docs/edge-network/regions#region-list"
39
+ target="_blank"
40
+ >
41
+ region list
42
+ </Link>
43
+ )
44
</DataList.Value>
45
</DataList.Item>
46
<DataList.Item>
0 commit comments