Quiz: Routing

Test your knowledge of Nuxt file-based routing with this quiz.

We'll cover the following...
Technical Quiz
1.

A file titled profile.vue is added to this path /pages/about, that is, the full path for the file is /pages/about/profile.vue. Given no config change, where would users be able to view this page on the browser?

A.

On the /about route

B.

On the /profile route

C.

On the /about/profile route

D.

On the /about/123/profile route


1 / 6
...