Skip to content

Commit c78c53f

Browse files
committed
fix: fix mdx metadata format
1 parent 0b8cd56 commit c78c53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/content/zh-hans/docs/02-pages/04-api-reference/03-functions/get-server-side-props.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
source-updated-at: 2025-05-16T04:52:11.000Z
33
translation-updated-at: 2025-05-19T23:07:03.507Z
44
title: getServerSideProps
5-
description: `getServerSideProps` 的 API 参考文档。了解如何在 Next.js 中通过每次请求获取数据。
5+
description: API `getServerSideProps` 的参考文档。了解如何在 Next.js 中通过每次请求获取数据。
66
---
77

88
当从页面导出一个名为 `getServerSideProps` (服务端渲染 (SSR)) 的函数时,Next.js 会在每次请求时使用该函数返回的数据预渲染此页面。如果您需要获取频繁变化的数据,并希望页面展示最新内容时,这个功能非常有用。

0 commit comments

Comments
 (0)