Skip to content

Commit 97da2a4

Browse files
author
Matthew Kwong
committed
feat: add region list link to /_params page
1 parent 58310e1 commit 97da2a4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/app/%5Fparams/page.tsx

+9-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,15 @@ const ParamsPage = () => (
3232
<DataList.Value>
3333
<Code className={styles.codeValue} variant="ghost">
3434
{process.env.VERCEL_REGION}
35-
</Code>
35+
</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+
)
3644
</DataList.Value>
3745
</DataList.Item>
3846
<DataList.Item>

0 commit comments

Comments
 (0)