rsnext/test/integration/dynamic-routing/pages/dash/[hello-world].js
JJ Kasper 598b1ef11b
Fix long URLs causing 400s with dynamic routes/rewrites (#26221)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-06-17 10:59:46 +02:00

3 lines
54 B
JavaScript

export default function Page(props) {
return 'hi'
}