Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Configurationnext.config.jstypedRoutes

typedRoutes

This feature is currently experimental and subject to change, it's not recommended for production. Try it out and share your feedback onGitHub.

Experimental support forstatically typed links. This feature requires using the App Router as well as TypeScript in your project.

next.config.js
/**@type{import('next').NextConfig} */constnextConfig= {  experimental: {    typedRoutes:true,  },}module.exports= nextConfig

Was this helpful?

supported.

[8]ページ先頭

©2009-2025 Movatter.jp