前提・実現したいこと
簡単なカレンダーを作成しています。
検索しても分からなかったので質問させてください
理想
URL: http://localhost:3000/calendar/2020/7
next
1import { useRouter } from 'next/router' 2const router = useRouter() 3const { year, month } = router.query 4 5=> year = 2020 6=> month = 7
現状
URL: http://localhost:3000/calendar/year/month/7
Folder
1├─calendar 2│ └─year 3│ └─month 4│ └─[month].js
next
1import { useRouter } from 'next/router' 2const router = useRouter() 3const { month } = router.query 4 5=> month = 7
補足情報(FW/ツールのバージョンなど)
next: 9.4.4
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。