Skip to content

Commit

Permalink
Merge pull request #324 from OneMoreBottlee/main
Browse files Browse the repository at this point in the history
02-app > 02-api-reference > 05-next-config-js > typedRoutes.mdx
  • Loading branch information
YuriKwon committed Jul 7, 2023
2 parents 20faf34 + 3ea50a5 commit bccc22a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: typedRoutes (experimental)
nav_title: typedRoutes
description: Enable experimental support for statically typed links.
title: 타입라우트 (실험적 기능)
nav_title: 타입라우트
description: 정적 타입 링크를 위한 실험적 지원이 가능합니다.
---

Experimental support for [statically typed links](/docs/app/building-your-application/configuring/typescript#statically-typed-links). This feature requires using the App Router as well as TypeScript in your project.
[정적 타입 링크](/docs/app/building-your-application/configuring/typescript#statically-typed-links)에 대한 실험적인 지원입니다. 이 기능을 사용하려면 타입 스크립트와 앱 라우터를 사용해야 합니다.

```js filename="next.config.js"
/** @type {import('next').NextConfig} */
Expand Down

0 comments on commit bccc22a

Please sign in to comment.