In Next.js you can add brackets to a page ( [param] ) to create a dynamic route (a.k.a. url ... The page pages/post/[pid]/[comment].js will match the route ...
確定! 回上一頁